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/list.html | 68 ++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 35 deletions(-) (limited to 'templates/layouts/list.html') diff --git a/templates/layouts/list.html b/templates/layouts/list.html index f269d10..4831228 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -1,41 +1,39 @@ -
-
- -
-
- $if(show_dates)$ - $for(pages.desc_date)$ - -
-
- $it.title$ -
- -
- $endfor$ - $else$ - $for(pages.asc_title)$ - -
-
- $it.title$ -
-
- $endfor$ - $endif$ -
+
+
+ $if(show_dates)$ + $for(pages.desc_date)$ + +
+
+ $it.title$ +
+ +
+ $endfor$ + $else$ + $for(pages.asc_title)$ + +
+
+ $it.title$ +
+
+ $endfor$ + $endif$
-- cgit v1.2.3-54-g00ecf