From 6673b3bec3fd789c2f2d9cc332956a530765f023 Mon Sep 17 00:00:00 2001 From: Uriel Date: Thu, 28 Jun 2007 07:23:12 +0200 Subject: [PATCH] Add new meta headers (description and keywords), replace '-' with '|' in titles and comment out alternative stylesheet. --- inc/headers.tpl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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%) +