swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit a43480436da91ecf6333985656e20f4e721771b3
parent aaec32589aa8aa32358b0666b7268b0cd469b1d9
Author: kris@engel.se.cat-v.org <unknown>
Date:   Mon,  4 Jun 2007 21:06:36 +0200

Fix inc/headers.tpl.
Diffstat:
Mbin/controller.rc | 2--
Minc/headers.tpl | 3++-
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/bin/controller.rc b/bin/controller.rc @@ -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 diff --git a/inc/headers.tpl b/inc/headers.tpl @@ -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>