| Remove some left over headers from default headers.tpl - swerc - anselm's simpl… | |
| git clone git://git.suckless.org/swerc | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 136e9a5c100bab660e9b58d4c3f6e9b451e13204 | |
| parent 7d5238ae36bf5050c7239f017c3c46e1ee1637f0 | |
| Author: [email protected] <unknown> | |
| Date: Wed, 29 Oct 2008 06:25:20 +0100 | |
| Remove some left over headers from default headers.tpl | |
| Diffstat: | |
| M lib/headers.tpl | 3 --- | |
| 1 file changed, 0 insertions(+), 3 deletions(-) | |
| --- | |
| diff --git a/lib/headers.tpl b/lib/headers.tpl | |
| @@ -7,8 +7,6 @@ Content-Type: text/html | |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | |
| <head> | |
| -<meta name="verify-v1" content="6zEoK0WMlnLmIS/w7Pnh6+srZECHsvnMGN0kQmowSGk=" … | |
| - | |
| <title>%($pageTitle%)</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| @@ -21,7 +19,6 @@ Content-Type: text/html | |
| <link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="… | |
| <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.ic… | |
| -%# <link rel="stylesheet alternative" type="text/css" href="/pub/style/styl… | |
| % if (test -f $sitedir/_style.css) { | |
| <link rel="stylesheet" href="/_style.css" type="text/css" media="screen" t… | |
| % } |