|
@@ -1,24 +1,20 @@
|
|
-<!DOCTYPE HTML>
|
|
|
|
-<html>
|
|
|
|
-<head>
|
|
|
|
|
|
+<title>%($pageTitle%)</title>
|
|
|
|
|
|
- <title>%($pageTitle%)</title>
|
|
|
|
-
|
|
|
|
- <link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen, handheld" title="default">
|
|
|
|
- <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon">
|
|
|
|
|
|
+<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen, handheld" title="default">
|
|
|
|
+<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon">
|
|
% if [ -f $sitedir/_werc/pub/style.css ]; then
|
|
% if [ -f $sitedir/_werc/pub/style.css ]; then
|
|
- <link rel="stylesheet" href="/_werc/pub/style.css" type="text/css" media="screen" title="default">'
|
|
|
|
|
|
+<link rel="stylesheet" href="/_werc/pub/style.css" type="text/css" media="screen" title="default">'
|
|
% fi
|
|
% fi
|
|
|
|
|
|
- <meta charset="UTF-8">
|
|
|
|
|
|
+<meta charset="UTF-8">
|
|
% # Legacy charset declaration for backards compatibility with non-html5 browsers.
|
|
% # Legacy charset declaration for backards compatibility with non-html5 browsers.
|
|
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
|
|
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
|
|
% if [ -z $meta_description ]; then
|
|
% if [ -z $meta_description ]; then
|
|
- <meta name="description" content="%($meta_description%)">
|
|
|
|
|
|
+<meta name="description" content="%($meta_description%)">
|
|
% fi
|
|
% fi
|
|
% if [ -z $meta_keywords ]; then
|
|
% if [ -z $meta_keywords ]; then
|
|
- <meta name="keywords" content="%($meta_keywords%)">
|
|
|
|
|
|
+<meta name="keywords" content="%($meta_keywords%)">
|
|
% fi
|
|
% fi
|
|
|
|
|
|
% h="$(get_lib_file headers.inc)"
|
|
% h="$(get_lib_file headers.inc)"
|
|
@@ -26,8 +22,4 @@
|
|
% cat "$h"
|
|
% cat "$h"
|
|
% fi
|
|
% fi
|
|
|
|
|
|
- %($extraHeaders%)
|
|
|
|
-
|
|
|
|
-</head>
|
|
|
|
-<body>
|
|
|
|
-
|
|
|
|
|
|
+%($extraHeaders%)
|