From 86251b230e1c3b91c941ff1bbed25d9a5c8021a9 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Jun 2021 20:08:15 +0200 Subject: Color adjustments, improved cards --- templates/layouts/categorized_list.html | 6 ++++-- templates/layouts/list.html | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 00ea383..1b9b293 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -15,7 +15,8 @@ $body$
$if(pages.asc_title.show_dates)$ $for(it.pages.desc_date)$ - + +
$it.title$
@@ -31,7 +32,8 @@ $body$ $endfor$ $else$ $for(it.pages.asc_title)$ -
+ +
$it.title$
diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 9fc6ebe..8794c07 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -10,7 +10,8 @@ $body$
$if(show_dates)$ $for(pages.desc_date)$ - + +
$it.title$
@@ -26,7 +27,8 @@ $body$ $endfor$ $else$ $for(pages.asc_title)$ -
+ +
$it.title$
-- cgit v1.2.3-54-g00ecf