From f52759f234af4775db3669a5dbc158185ac2c829 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Fri, 23 Jun 2023 00:10:04 +0000 Subject: [PATCH] styled list.html --- src/templates/blog/modules/list.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 %} -- 2.47.3