diff --git a/lib/headers.tpl b/lib/headers.tpl
index 6cebf15..b869ea8 100644
--- a/lib/headers.tpl
+++ b/lib/headers.tpl
@@ -12,18 +12,17 @@ Content-Type: text/html
-% if (! ~ $#meta_description 0)
+% if(! ~ $#meta_description 0)
% echo ' '
-% if (! ~ $#meta_keywords 0)
+% if(! ~ $#meta_keywords 0)
% echo ' '
-% if (test -f $sitedir/_style.css) {
-
-% }
+% if(test -f $sitedir/_werc/pub/style.css)
+% echo ' '
-% h = `{ get_lib_file headers.inc}
+% h = `{get_lib_file headers.inc}
% if(! ~ $#h 0)
% cat $h