From: Michael Tremer Date: Thu, 27 Jul 2023 08:55:56 +0000 (+0000) Subject: blog: Move author navigation to the sidebar X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8afa74b5f2cd011356c05494fac269fa1f41bda5;p=ipfire.org.git blog: Move author navigation to the sidebar Signed-off-by: Michael Tremer --- diff --git a/src/templates/blog/post.html b/src/templates/blog/post.html index c004a2fb..e9fdcb0a 100644 --- a/src/templates/blog/post.html +++ b/src/templates/blog/post.html @@ -84,7 +84,7 @@
-
+
{% if "lightningwirelabs.com" in post.tags and post.link %} @@ -119,8 +119,20 @@ {% end %} +
+ +
+
+ {% raw post.html %} +
+
+
- {% if post.is_editable(current_user) %} + {# Author Stuff #} + + {% if post.is_editable(current_user) %} +
+
{% if not post.is_published() %} @@ -136,15 +148,9 @@ {{ _("Edit") }} - {% end %} -
- -
-
- {% raw post.html %}
-
+ {% end %}