From 385db81296bccf0c9e4341580d96e6a868f9d7f0 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 5 Jun 2021 17:12:33 +0200 Subject: Some design fixes, page list metadata improvements --- templates/layouts/categorized_list.html | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'templates/layouts/categorized_list.html') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 6e72194..89bea78 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -7,18 +7,18 @@ $body$
- $for(pages.all)$ + $for(pages.asc_title)$ $if(it.pages)$

$it.title$

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