diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-26 21:42:25 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-26 21:42:25 +0200 |
commit | 03525c03daeef6b841368ed7971fa2cb314e91c0 (patch) | |
tree | 36e230df59862009c4947696c38e239f4e9c8043 /page.tmpl | |
parent | fb7b159a124604138c75f7554eff02be9237d868 (diff) |
Add container for header and footer.
Diffstat (limited to 'page.tmpl')
-rw-r--r-- | page.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -58,7 +58,7 @@ </TMPL_IF> </TMPL_UNLESS> -<TMPL_IF HTML5><section class="pageheader"><TMPL_ELSE><div class="pageheader"></TMPL_IF> +<TMPL_IF HTML5><section class="pageheader container"><TMPL_ELSE><div class="pageheader container"></TMPL_IF> <TMPL_IF BRANDING> <div class="jumbotron"> @@ -171,6 +171,7 @@ </TMPL_UNLESS> <TMPL_IF HTML5><footer id="footer" class="pagefooter" role="contentinfo"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF> +<div class="container"> <TMPL_UNLESS DYNAMIC> <TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF> @@ -249,6 +250,7 @@ Last edited <TMPL_VAR MTIME> <TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF> </TMPL_UNLESS> <!-- from <TMPL_VAR WIKINAME> --> +</div> <TMPL_IF HTML5></footer><TMPL_ELSE></div></TMPL_IF> <TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF> |