summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-13 22:11:07 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-13 22:11:07 +0200
commit08bf12d80e83eacfb846495ce1f0f439de1efd2e (patch)
treeeb07974887b28896c37dba33bd4c588ef64bdc13
parent0afeb58d9cf13d7313607a268a2b9d1ffa7f158f (diff)
Add title as H1 above content (for h1title plugin).allinone-nonedit
-rw-r--r--page.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/page.tmpl b/page.tmpl
index 579af56..8b65a61 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -135,6 +135,7 @@ isn't that nice to know? -->
<div id="pagebody">
<TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF>
+<h1><TMPL_VAR TITLE></h1>
<TMPL_VAR CONTENT>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>