summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-03-26 21:42:25 +0200
committerJonas Smedegaard <dr@jones.dk>2017-03-26 21:42:25 +0200
commit03525c03daeef6b841368ed7971fa2cb314e91c0 (patch)
tree36e230df59862009c4947696c38e239f4e9c8043
parentfb7b159a124604138c75f7554eff02be9237d868 (diff)
Add container for header and footer.
-rw-r--r--page.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/page.tmpl b/page.tmpl
index 7d18a55..fe88ea6 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -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>