summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-30 11:30:59 +0100
committerVolpeon <git@volpeon.ink>2020-12-30 11:30:59 +0100
commitd90d07fa3938c944fe8897e7ce1d995bd660573d (patch)
treea1c6a331a00ab9fb40104a0f7d828cd66ac6c2e2 /templates/base.html
parentFixed finding subpages in some cases, use multiple sorted arrays for categories (diff)
downloadvolpeon.ink-d90d07fa3938c944fe8897e7ce1d995bd660573d.tar.gz
volpeon.ink-d90d07fa3938c944fe8897e7ce1d995bd660573d.tar.bz2
volpeon.ink-d90d07fa3938c944fe8897e7ce1d995bd660573d.zip
Better templates structure, better script config
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>