diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-10-13 22:10:38 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-10-13 22:10:38 +0200 |
commit | 6d428ccfaa5fea00467b63fdcccc014ee6a1beff (patch) | |
tree | ee8cb4eac727b5c0bc7f341201d11365d7e024c6 | |
parent | a4e4a6599526eff20be43f8c4db8051c5954e6a3 (diff) |
Add title as H1 above content (for h1title plugin).
-rw-r--r-- | page.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |