summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-01-24 17:55:58 +0100
committerVolpeon <git@volpeon.ink>2021-01-24 17:55:58 +0100
commitcd0229805c4a2913986b3672dd091dd3daba53a5 (patch)
tree7c67121197340c5741b99a0aefe2bccce72bedd1 /templates/base.html
parentReplace blogs with notebooks (i.e. no dates, grouped by category) (diff)
downloadvolpeon.ink-cd0229805c4a2913986b3672dd091dd3daba53a5.tar.gz
volpeon.ink-cd0229805c4a2913986b3672dd091dd3daba53a5.tar.bz2
volpeon.ink-cd0229805c4a2913986b3672dd091dd3daba53a5.zip
Various small fixes
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 3afa0f0..49b2285 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -47,8 +47,6 @@
47 47
48 $if(section.is_index)$ 48 $if(section.is_index)$
49${layouts/index()} 49${layouts/index()}
50 $elseif(layout.is_dated_list)$
51${layouts/dated_list()}
52 $elseif(layout.is_categorized_list)$ 50 $elseif(layout.is_categorized_list)$
53${layouts/categorized_list()} 51${layouts/categorized_list()}
54 $else$ 52 $else$