Add new meta headers (description and keywords), replace '-' with '|' in titles and comment out alternative stylesheet.

This commit is contained in:
Uriel 2007-06-28 07:23:12 +02:00
parent 57d04712f7
commit 6673b3bec3

View file

@ -8,17 +8,24 @@ Content-Type: text/html
<meta name="verify-v1" content="6zEoK0WMlnLmIS/w7Pnh6+srZECHsvnMGN0kQmowSGk=" />
<title>%($title - $site - $siteTitle $siteSubTitle %)</title>
<title>%($title '|' $site '|' $siteTitle $siteSubTitle %)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="k" />
% if (! ~ $#meta_description 0)
% echo ' <meta name="description" content="'$"meta_description'" />'
% if (! ~ $#meta_keywords 0)
% echo ' <meta name="keywords" content="'$"meta_keywords'" />'
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen" title="default" />
<link rel="stylesheet alternative" type="text/css" href="/pub/style/style_old.css" media="screen" title="Old Style" />
%# <link rel="stylesheet alternative" type="text/css" href="/pub/style/style_old.css" media="screen" title="Old Style" />
% if (test -f $sitedir/_style.css) {
<link rel="stylesheet" href="/_style.css" type="text/css" media="screen" title="default" />
% }
%($extraHeaders%)
</head>
<body>