Add new meta headers (description and keywords), replace '-' with '|' in titles and comment out alternative stylesheet.
This commit is contained in:
parent
57d04712f7
commit
6673b3bec3
1 changed files with 9 additions and 2 deletions
|
|
@ -8,17 +8,24 @@ Content-Type: text/html
|
|||
|
||||
<meta name="verify-v1" content="6zEoK0WMlnLmIS/w7Pnh6+srZECHsvnMGN0kQmowSGk=" />
|
||||
|
||||
<title>%($title - $site - $siteTitle $siteSubTitle %)</title>
|
||||
<title>%($title '|' $site '|' $siteTitle $siteSubTitle %)</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="author" content="k" />
|
||||
|
||||
% if (! ~ $#meta_description 0)
|
||||
% echo ' <meta name="description" content="'$"meta_description'" />'
|
||||
% if (! ~ $#meta_keywords 0)
|
||||
% echo ' <meta name="keywords" content="'$"meta_keywords'" />'
|
||||
|
||||
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen" title="default" />
|
||||
<link rel="stylesheet alternative" type="text/css" href="/pub/style/style_old.css" media="screen" title="Old Style" />
|
||||
%# <link rel="stylesheet alternative" type="text/css" href="/pub/style/style_old.css" media="screen" title="Old Style" />
|
||||
% if (test -f $sitedir/_style.css) {
|
||||
<link rel="stylesheet" href="/_style.css" type="text/css" media="screen" title="default" />
|
||||
% }
|
||||
|
||||
%($extraHeaders%)
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue