summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-13 22:09:42 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-13 22:09:42 +0200
commitcef228bbe11258dc3169bb3eb446a2edcf0654a1 (patch)
tree4f1fc949ed1b6e089d11c7a2a3ef91e7cbae851b
parent806dedad06b62b4a49c0fddb89cde1c3b73fb15c (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 878a17c..316a3a3 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>