From 0e7c23da0259cbcd5c41065d584d5c02d0f963b4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 1 Sep 2018 13:21:27 +0100 Subject: [PATCH] blog: Simplify markup for buttons below posts Signed-off-by: Michael Tremer --- src/templates/blog/modules/post.html | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/templates/blog/modules/post.html b/src/templates/blog/modules/post.html index 7ca26cf1..bc82b240 100644 --- a/src/templates/blog/modules/post.html +++ b/src/templates/blog/modules/post.html @@ -25,18 +25,14 @@ {% raw post.html %} - {% if "lightningwirelabs.com" in post.tags and post.link %} - - {% end %} - - {% if post.release %} -
+
+ {% if "lightningwirelabs.com" in post.tags and post.link %} + + Go to Lightning Wire Labs + + {% end %} + + {% if post.release %} {{ _("Download %s now") % post.release }} @@ -44,6 +40,6 @@ {{ _("Donate") }} -
- {% end %} + {% end %} +
-- 2.47.3