summaryrefslogtreecommitdiffstats
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-08-24 08:13:06 -0400
committerAmin Bandali <bandali@gnu.org>2020-08-24 08:13:06 -0400
commita67e1d6febdd576b27ab47313f1cf58cff2548f1 (patch)
tree3aab3959059a40ef9200a3576db78a7691f5306a /templates/page.tmpl
parent4f3e4530a3044e756ec50a9b858104869aa737e4 (diff)
downloademacsconf-wiki-a67e1d6febdd576b27ab47313f1cf58cff2548f1.tar.xz
emacsconf-wiki-a67e1d6febdd576b27ab47313f1cf58cff2548f1.zip
experiment with narrower widths to improve readability
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index f741a107..0569cf23 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -123,6 +123,8 @@
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
+<div id="pagebody">
+
<TMPL_UNLESS DYNAMIC>
<TMPL_IF SIDEBAR>
<TMPL_IF HTML5><aside class="sidebar"><TMPL_ELSE><div class="sidebar"></TMPL_IF>
@@ -131,8 +133,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>