summaryrefslogtreecommitdiff
path: root/page.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-14 19:14:39 +0200
committerJonas Smedegaard <dr@jones.dk>2013-10-12 13:40:57 +0200
commit58260fb382074f54797c3557b51bdca2ccb9ad4e (patch)
tree8ab8c890f387a01a9b71e6f0de5820bd1ff94b24 /page.tmpl
parent67b676bd50fb475c3b6c314942be14b4677e426b (diff)
Add TITLE in h1 above content.
Diffstat (limited to 'page.tmpl')
-rw-r--r--page.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/page.tmpl b/page.tmpl
index c886b22..4131f8f 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -135,6 +135,7 @@
<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>