From: Rico Hoppe Date: Fri, 23 Jun 2023 00:10:04 +0000 (+0000) Subject: styled list.html X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f52759f234af4775db3669a5dbc158185ac2c829;p=ipfire.org.git styled list.html --- diff --git a/src/templates/blog/modules/list.html b/src/templates/blog/modules/list.html index b874f89b..beda14d0 100644 --- a/src/templates/blog/modules/list.html +++ b/src/templates/blog/modules/list.html @@ -1,13 +1,12 @@ {% for post in posts %} -
- {{ post.title }} +
+ {{ post.title }}
- -

+

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