From e3240a57eef6bf0afa193ae83ecd8c5cf627c72f Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 26 May 2021 08:54:19 +0200 Subject: Category list improvements, generate ATOM feeds --- templates/layouts/categorized_list.html | 46 +++++++++++++++++---------------- 1 file changed, 24 insertions(+), 22 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 8f39229..6e72194 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -8,28 +8,30 @@ $body$
$for(pages.all)$ -

- $it.title$ -

-
- $for(it.pages.all)$ - -
- $it.title$ -
- $if(pages.all.show_dates)$ - - $endif$ -
- $endfor$ -
+ $if(it.pages)$ +

+ $it.title$ +

+
+ $for(it.pages.all)$ + +
+ $it.title$ +
+ $if(pages.all.show_dates)$ + + $endif$ +
+ $endfor$ +
+ $endif$ $endfor$
-- cgit v1.2.3-54-g00ecf