From 1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 21 Jan 2021 21:31:21 +0100 Subject: Replace blogs with notebooks (i.e. no dates, grouped by category) --- templates/base.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/base.html') 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 @@ ${layouts/index()} $elseif(layout.is_dated_list)$ ${layouts/dated_list()} + $elseif(layout.is_categorized_list)$ +${layouts/categorized_list()} $else$ ${layouts/page()} $endif$ -- cgit v1.2.3-54-g00ecf