diff options
author | Volpeon <git@volpeon.ink> | 2021-01-21 21:31:21 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-01-21 21:31:21 +0100 |
commit | 1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc (patch) | |
tree | 1bccea4922f090ce120e83fe75f78010f7e08f05 /templates/base.html | |
parent | Compile drafts in watch/serve mode (diff) | |
download | volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.tar.gz volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.tar.bz2 volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.zip |
Replace blogs with notebooks (i.e. no dates, grouped by category)
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 08c85bb..3afa0f0 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -49,6 +49,8 @@ | |||
49 | ${layouts/index()} | 49 | ${layouts/index()} |
50 | $elseif(layout.is_dated_list)$ | 50 | $elseif(layout.is_dated_list)$ |
51 | ${layouts/dated_list()} | 51 | ${layouts/dated_list()} |
52 | $elseif(layout.is_categorized_list)$ | ||
53 | ${layouts/categorized_list()} | ||
52 | $else$ | 54 | $else$ |
53 | ${layouts/page()} | 55 | ${layouts/page()} |
54 | $endif$ | 56 | $endif$ |