From: Michael Tremer Date: Sun, 30 Sep 2018 16:11:24 +0000 (+0100) Subject: blog: Make clear why some posts have a different colour X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f8c9d044d450c041c5d141fb790abd1db6b8080;p=ipfire.org.git blog: Make clear why some posts have a different colour Signed-off-by: Michael Tremer --- diff --git a/src/templates/blog/modules/list.html b/src/templates/blog/modules/list.html index 7a91f92a..4b210d02 100644 --- a/src/templates/blog/modules/list.html +++ b/src/templates/blog/modules/list.html @@ -4,5 +4,9 @@

{{ locale.format_date(post.published_at, shorter=True, relative=False) }} + + {% if "lightningwirelabs.com" in post.tags %} + {{ _("by Lightning Wire Labs") }} + {% end %}

{% end %}