M index.pl => index.pl +1 -1
@@ 18,7 18,7 @@ eval "use Text::Markdown";
my $src='src'; # source dir tree
my $template='template.html'; # HTML template
-my $pagetitle='WofFS'; # title for HTML
+my $pagetitle=''; # title prefix for HTML
my $menulevel=0; # how many menulevels to show
### that's it! below is for advanced users ###
M template.html => template.html +1 -0
@@ 6,6 6,7 @@
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='template.css' />
<title>
+ WCM
__title__
</title>
</head>