From 310531417079b128237a7d091547b7e60056b769 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 22 Aug 2018 08:41:01 +0100 Subject: [PATCH] blog: Make links to LWL articles purple 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 37e122ff..7a91f92a 100644 --- a/src/templates/blog/modules/list.html +++ b/src/templates/blog/modules/list.html @@ -1,6 +1,6 @@ {% for post in posts %} - {{ post.title }} + {{ post.title }}

{{ locale.format_date(post.published_at, shorter=True, relative=False) }} -- 2.47.3