Fix inc/headers.tpl.
This commit is contained in:
parent
86c17427d5
commit
06226e98e3
2 changed files with 2 additions and 3 deletions
|
|
@ -133,8 +133,6 @@ if(! ~ $#blogDirs 0)
|
||||||
'<link rel="alternate" type="application/rss+xml" title="RSS" href="'$rssuri'">
|
'<link rel="alternate" type="application/rss+xml" title="RSS" href="'$rssuri'">
|
||||||
'
|
'
|
||||||
|
|
||||||
echo hesd: $extraHeaders
|
|
||||||
|
|
||||||
# RSS
|
# RSS
|
||||||
fn statpost {
|
fn statpost {
|
||||||
f = $1
|
f = $1
|
||||||
|
|
|
||||||
|
|
@ -8,13 +8,14 @@ Content-Type: text/html
|
||||||
|
|
||||||
<meta name="verify-v1" content="6zEoK0WMlnLmIS/w7Pnh6+srZECHsvnMGN0kQmowSGk=" />
|
<meta name="verify-v1" content="6zEoK0WMlnLmIS/w7Pnh6+srZECHsvnMGN0kQmowSGk=" />
|
||||||
|
|
||||||
% echo '<title>'$"title' - '$"site' -</title>'
|
<title>%($title - $site -%)</title>
|
||||||
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="author" content="k" />
|
<meta name="author" content="k" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen" title="default" />
|
<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" />
|
||||||
|
%($extraHeaders%)
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue