From 8177471f70a517e78b4470cd01c375ed30121102 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 10 Nov 2021 21:20:58 +0100 Subject: Simplified home page --- templates/layouts/categorized_list.html | 84 ++++++++++++++++----------------- 1 file changed, 41 insertions(+), 43 deletions(-) (limited to 'templates/layouts/categorized_list.html') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index f841fff..d5dafaf 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -1,49 +1,47 @@ -
-
- -
- $for(pages.asc_title)$ - $if(it.pages)$ -

- $it.title$ -

-
- $if(pages.asc_title.show_dates)$ - $for(it.pages.desc_date)$ - -
-
- $it.title$ -
- -
- $endfor$ - $else$ - $for(it.pages.asc_title)$ - -
-
- $it.title$ -
-
- $endfor$ - $endif$ -
- $endif$ - $endfor$ -
+
+ $for(pages.asc_title)$ + $if(it.pages)$ +

+ $it.title$ +

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