diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-06-10 22:27:54 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-06-10 22:38:24 +0200 |
commit | ceafdbd492684b8545c9b944e2b0aaec84994c5c (patch) | |
tree | bbc228ef8067a1e7e7390fc437e6138942e2e7b9 /.templates/page.tmpl | |
parent | 6fc97a71b0594afa47781571654e71cb18d4d08a (diff) | |
download | web-ceafdbd492684b8545c9b944e2b0aaec84994c5c.tar.gz web-ceafdbd492684b8545c9b944e2b0aaec84994c5c.tar.bz2 web-ceafdbd492684b8545c9b944e2b0aaec84994c5c.zip |
Update to ikiwiki a31ce0e97d1e1c476a1fcdb52a2d78cadb845557.
Diffstat (limited to '.templates/page.tmpl')
-rw-r--r-- | .templates/page.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.templates/page.tmpl b/.templates/page.tmpl index 45d28697..4ec3b4bf 100644 --- a/.templates/page.tmpl +++ b/.templates/page.tmpl @@ -118,6 +118,8 @@ <TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> +<div id="pagebody"> + <TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF> <TMPL_VAR CONTENT> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> @@ -135,6 +137,8 @@ <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> +</div> + <TMPL_IF HTML5><footer id="footer" class="pagefooter"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF> <TMPL_UNLESS DYNAMIC> <TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF> |