From 47254318511c3d99f1db89967e0f5436c082bf15 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 13 Mar 2025 18:28:59 +0000 Subject: [PATCH] blog: Move the action buttons to the end of the post Signed-off-by: Michael Tremer --- src/templates/blog/post.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/templates/blog/post.html b/src/templates/blog/post.html index aeb8e290..d72caabe 100644 --- a/src/templates/blog/post.html +++ b/src/templates/blog/post.html @@ -101,6 +101,12 @@
+
+
+ {% raw post.html %} +
+
+
{% if "lightningwirelabs.com" in post.tags and post.link %} @@ -130,12 +136,6 @@ {% end %}
- -
-
- {% raw post.html %} -
-
{# Author Stuff #} -- 2.47.3