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>2021-03-24 11:13:29 +0100
commitb00a42882ddbdc30834d8ea04e01cbfc68cb83b0 (patch)
treec2f06714667fe5c3625994632e45f4963806f091 /page.tmpl
parentdac4d3e4ff64c3c1e38e614048f8eb53dc7b1d00 (diff)
add TITLE in h1 above content, and set h1 (not meta title) in template autotag
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 5ae7e87..80f99ed 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -123,6 +123,7 @@
<div id="pagebody">
<TMPL_IF HTML5><section<TMPL_ELSE><div</TMPL_IF> id="content" role="main">
+<h1><TMPL_VAR TITLE></h1>
<TMPL_VAR CONTENT>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>