~woffs/wcm

eafbc9c258cf873919d1afe1011fed83027b809d — Frank Doepper 13 years ago 5d02b14
move title prefix to template
2 files changed, 2 insertions(+), 1 deletions(-)

M index.pl
M template.html
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>