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