summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-13 22:11:20 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-13 22:11:20 +0200
commit74daf556308814b75f8130a88317654162a58a54 (patch)
tree61c46a27ad904cfe1847d53d9a64c5156a6ff735
parent9d0065e2bdf1d26afb37647686ebeae076f85299 (diff)
Add title as H1 above content (for h1title plugin).allinone-nonedit-da
-rw-r--r--page.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/page.tmpl b/page.tmpl
index a31ab6e..a33b615 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -146,6 +146,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>