summaryrefslogtreecommitdiffstats
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-09-14 23:52:30 -0400
committerSacha Chua <sacha@sachachua.com>2020-09-14 23:52:30 -0400
commit2ac381b35275770bcd53dc6e064fcf2a773fdf94 (patch)
treec6b7503c1451ae049f820f08dda4933c07ab7228 /templates/page.tmpl
parent5258df6c61cc3d5083e6da597288cd588acc20f2 (diff)
parent703acc6322c6a9297bafd6c16ce68654eb7d51ee (diff)
downloademacsconf-wiki-2ac381b35275770bcd53dc6e064fcf2a773fdf94.tar.xz
emacsconf-wiki-2ac381b35275770bcd53dc6e064fcf2a773fdf94.zip
Merge branch 'master' of git.emacsconf.org:emacsconf-wiki
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index f741a107..28d650ad 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -42,6 +42,7 @@
<TMPL_IF HTML5><article class="page"><TMPL_ELSE><div class="page"></TMPL_IF>
+<TMPL_IF HTML5><section class="pageheader-wrapper"><TMPL_ELSE><div class="pageheader-wrapper"></TMPL_IF>
<TMPL_IF HTML5><section class="pageheader"><TMPL_ELSE><div class="pageheader"></TMPL_IF>
<TMPL_IF HTML5><header class="header"><TMPL_ELSE><div class="header"></TMPL_IF>
<span>
@@ -122,6 +123,9 @@
</TMPL_UNLESS>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
+<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
+
+<div id="pagebody">
<TMPL_UNLESS DYNAMIC>
<TMPL_IF SIDEBAR>
@@ -131,8 +135,6 @@
</TMPL_IF>
</TMPL_UNLESS>
-<div id="pagebody">
-
<TMPL_IF HTML5><section<TMPL_ELSE><div</TMPL_IF> id="content" role="main">
<TMPL_VAR CONTENT>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>