summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autotag.tmpl2
-rw-r--r--page.tmpl1
2 files changed, 2 insertions, 1 deletions
diff --git a/autotag.tmpl b/autotag.tmpl
index cf07d26..237ee79 100644
--- a/autotag.tmpl
+++ b/autotag.tmpl
@@ -1,4 +1,4 @@
-[[!meta title="sider med mærkat <TMPL_VAR TAGNAME>"]]
+# sider med mærkat <TMPL_VAR TAGNAME>
[[!inline pages="tagged(<TMPL_VAR TAG>)" actions="no" archive="yes"
feedshow=10]]
diff --git a/page.tmpl b/page.tmpl
index a4726cc..d288263 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -135,6 +135,7 @@
<div id="pagebody">
<TMPL_IF HTML5><section id="content" role="main"><TMPL_ELSE><div id="content"></TMPL_IF>
+<h1><TMPL_VAR TITLE></h1>
<TMPL_VAR CONTENT>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>