From 8b285f50f1ec4140617799e232233bf9f0a0b596 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 24 Jun 2023 20:27:56 +0000 Subject: [PATCH] blog: Cleanup markup on posts page Signed-off-by: Michael Tremer --- src/templates/blog/post.html | 106 +++++++++++------------------------ 1 file changed, 34 insertions(+), 72 deletions(-) diff --git a/src/templates/blog/post.html b/src/templates/blog/post.html index bcb0ee57..1bc4f96e 100644 --- a/src/templates/blog/post.html +++ b/src/templates/blog/post.html @@ -35,35 +35,6 @@ {% end block %} {% block container %} - -
@@ -80,10 +51,9 @@ -

- {{ post.title }} -

-

+ +

{{ post.title }}

+
{{ _("by") }} @@ -105,52 +75,44 @@ {% else %} {{ _("Not published") }} {% end %} - -

+
- - - - -
-
-
-
- +
+
+
+
+
+
{% raw post.html %}
- -
- {% if "lightningwirelabs.com" in post.tags and post.link %} - -

- Go to Lightning Wire Labs -

-
- {% end %} - - {% if post.release %} - -

- {{ _("Download") }} -

-
- {% end %} - - {% if post.release or "donate" in post.tags %} - -

- {{ _("Donate") }} -

-
- {% end %} -
-
+
+ +
+ {% if "lightningwirelabs.com" in post.tags and post.link %} + + Go to Lightning Wire Labs + + {% end %} + + {% if post.release %} + + {{ _("Download") }} + + {% end %} + + {% if post.release or "donate" in post.tags %} + + {{ _("Donate") }} + + {% end %} +
+
+
- + {% end block %} -- 2.39.5