summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html
index 48d7c72..76dd0ba 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -45,22 +45,21 @@
45 <div class="c-page__content"> 45 <div class="c-page__content">
46 $if(is_home)$ 46 $if(is_home)$
47 <header class="c-page-header u-hidden@sm-down" role="presentation"> 47 <header class="c-page-header u-hidden@sm-down" role="presentation">
48${pageHeader()} 48${partials/pageHeader()}
49 </header> 49 </header>
50 $endif$ 50 $endif$
51 51
52$body$ 52 $if(pages)$
53 53${list()}
54 $if(section.is_blog)$ 54 $else$
55 ${categoriesById()} 55${page()}
56 ${pagelistByYear()}
57 $endif$ 56 $endif$
58 </div> 57 </div>
59 </main> 58 </main>
60 59
61 $if(is_home)$ 60 $if(is_home)$
62 <template id="header-sm"> 61 <template id="header-sm">
63${pageHeaderSm()} 62${partials/pageHeaderSm()}
64 </template> 63 </template>
65 64
66 <script> 65 <script>