shithub: werc

Download patch

ref: 9dedfcea0cfd910cf5b020a8045a49a2052112d4
parent: 69516a33b9d9aaecec2b4656cea706e49029305e
author: uriel <uriel@suckless.org>
date: Thu Sep 4 21:28:30 EDT 2008

Allow site (and masterSite) wide extra headers, remove cat-v specific header

--- a/inc/headers.tpl
+++ b/inc/headers.tpl
@@ -25,9 +25,12 @@
     <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>