From d5b7ccf56aaef1e35bc5a95a7dfd86d512a6f57e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 1 Jan 2021 22:29:18 +0100 Subject: Small design revisions --- templates/list.html | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'templates/list.html') diff --git a/templates/list.html b/templates/list.html index 3522754..4d62d47 100644 --- a/templates/list.html +++ b/templates/list.html @@ -1,4 +1,22 @@ $body$ -${partials/categoriesById()} -${partials/pagelistByYear()} +$if(categories.by_id)$ + +$endif$ + +$for(pages)$ + $for(it.by_year)$ + + $endfor$ +$endfor$ + -- cgit v1.2.3-54-g00ecf