From 989f3b1d6203b8f39cbb4411cb0f84265b712993 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 28 Nov 2023 16:22:22 +0000 Subject: [PATCH] blog: Fix font size of subtitles Signed-off-by: Michael Tremer --- src/templates/blog/modules/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/blog/modules/list.html b/src/templates/blog/modules/list.html index 20159206..33ba7bf8 100644 --- a/src/templates/blog/modules/list.html +++ b/src/templates/blog/modules/list.html @@ -6,7 +6,7 @@ -
+
{% if post.published_at %} {{ locale.format_date(post.published_at, shorter=True, relative=relative) }} {% elif post.created_at %} -- 2.47.3