From 2741a01ba1bf85ddcabd658c092ee0681d8b1142 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 14 Jun 2021 12:12:02 +0200 Subject: More distinctive appearance for unread posts --- templates/layouts/categorized_list.html | 4 ++-- templates/layouts/list.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 9af0539..03d05e0 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -15,7 +15,7 @@ $body$
$if(pages.asc_title.show_dates)$ $for(it.pages.desc_date)$ - +
$it.title$
@@ -31,7 +31,7 @@ $body$ $endfor$ $else$ $for(it.pages.asc_title)$ -
+
$it.title$
diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 1c6398a..2d32357 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -10,7 +10,7 @@ $body$
$if(show_dates)$ $for(pages.desc_date)$ - +
$it.title$
@@ -26,7 +26,7 @@ $body$ $endfor$ $else$ $for(pages.asc_title)$ -
+
$it.title$
-- cgit v1.2.3-54-g00ecf