diff --git a/inc/headers.tpl b/inc/headers.tpl index 58b3a6b..533fd54 100644 --- a/inc/headers.tpl +++ b/inc/headers.tpl @@ -8,17 +8,24 @@ Content-Type: text/html - %($title - $site - $siteTitle $siteSubTitle %) + %($title '|' $site '|' $siteTitle $siteSubTitle %) +% if (! ~ $#meta_description 0) +% echo ' ' +% if (! ~ $#meta_keywords 0) +% echo ' ' + - +%# % if (test -f $sitedir/_style.css) { % } + %($extraHeaders%) +