summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-13 22:10:38 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-13 22:10:38 +0200
commit6d428ccfaa5fea00467b63fdcccc014ee6a1beff (patch)
treeee8cb4eac727b5c0bc7f341201d11365d7e024c6
parenta4e4a6599526eff20be43f8c4db8051c5954e6a3 (diff)
Add title as H1 above content (for h1title plugin).
-rw-r--r--page.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/page.tmpl b/page.tmpl
index a542002..546e7a6 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -141,6 +141,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>