Archived
4
2

Add correspondents page template

First use of data retrieved from the db.
This commit is contained in:
2022-06-29 00:48:50 -04:00
parent 3bab143697
commit b33e812c3d
2 changed files with 23 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ sub main {
read_config "site.cfg" => my %config;
my $tt = get_template_html();
generate_page($tt, $config{contact}{navigation}, $config{contact}{content});
generate_page($tt, $config{correspondents}{navigation}, $config{correspondents}{content});
return 0;
}