From: Michael Tremer Date: Wed, 22 Aug 2018 07:41:01 +0000 (+0100) Subject: blog: Make links to LWL articles purple X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=310531417079b128237a7d091547b7e60056b769;p=ipfire.org.git blog: Make links to LWL articles purple Signed-off-by: Michael Tremer --- 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) }}