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/list.html | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 templates/layouts/list.html (limited to 'templates/layouts/list.html') diff --git a/templates/layouts/list.html b/templates/layouts/list.html new file mode 100644 index 0000000..1c6398a --- /dev/null +++ b/templates/layouts/list.html @@ -0,0 +1,41 @@ +
+
+ + +
+
+ $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