From 670cfcf0bbb5c1651e14a69a6500fd41e9e9efd8 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 16 May 2021 08:48:48 +0200 Subject: Design adjustments --- templates/layouts/categorized_list.html | 36 +++++++++++++++++---------------- 1 file changed, 19 insertions(+), 17 deletions(-) (limited to 'templates/layouts/categorized_list.html') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index f2dbbc4..1a074e4 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -11,23 +11,25 @@ $body$

$it.name$

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