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 +++++++++++++++++---------------- templates/layouts/index.html | 2 +- 2 files changed, 20 insertions(+), 18 deletions(-) (limited to 'templates') 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$ diff --git a/templates/layouts/index.html b/templates/layouts/index.html index 814f338..204c31b 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.html @@ -66,7 +66,7 @@ $body$
$for(pages.by_id.projects.pages.all)$ - + $if(it.preview)$ $endif$ -- cgit v1.2.3-54-g00ecf