commit a57295187ffa56b85cd45f47f90af78b96296b15
parent 048dc1989f7a5994a2f9dc967b9ab64c1ebb90ff
Author: uriel@suckless.org <unknown>
Date: Fri, 5 Sep 2008 01:28:30 +0200
Allow site (and masterSite) wide extra headers, remove cat-v specific header
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/inc/headers.tpl b/inc/headers.tpl
@@ -25,9 +25,12 @@ Content-Type: text/html
<link rel="stylesheet" href="/_style.css" type="text/css" media="screen" title="default" />
% }
+% h = `{ get_inc_file headers.inc}
+% if(! ~ $#h 0)
+% cat $h
+
%($extraHeaders%)
- <meta name="verify-v1" content="6zEoK0WMlnLmIS/w7Pnh6+srZECHsvnMGN0kQmowSGk=" />
</head>
<body>