Fix inc/headers.tpl.

This commit is contained in:
kris 2007-06-04 21:06:36 +02:00
parent 060fb355e3
commit 38438ff47e
2 changed files with 2 additions and 3 deletions

View File

@ -133,8 +133,6 @@ if(! ~ $#blogDirs 0)
'<link rel="alternate" type="application/rss+xml" title="RSS" href="'$rssuri'">
'
echo hesd: $extraHeaders
# RSS
fn statpost {
f = $1

View File

@ -8,13 +8,14 @@ Content-Type: text/html
<meta name="verify-v1" content="6zEoK0WMlnLmIS/w7Pnh6+srZECHsvnMGN0kQmowSGk=" />
% echo '<title>'$"title' - '$"site' -</title>'
<title>%($title - $site -%)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="k" />
<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" />
%($extraHeaders%)
</head>
<body>