]> git.ipfire.org Git - ipfire.org.git/commitdiff
blog: Move the action buttons to the end of the post master
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Mar 2025 18:28:59 +0000 (18:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Mar 2025 18:28:59 +0000 (18:28 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/blog/post.html

index aeb8e290954c0efcb2964c5b42c23f93c1ed2f45..d72caabee5118a8c678ecf4a85762a80d09f9878 100644 (file)
                <div class="container">
                        <div class="columns is-justify-content-space-between">
                                <div class="column is-8">
+                                       <div class="block">
+                                               <div class="content">
+                                                       {% raw post.html %}
+                                               </div>
+                                       </div>
+
                                        <div class="buttons are-medium">
                                                {% if "lightningwirelabs.com" in post.tags and post.link %}
                                                        <a class="button is-lwl is-fullwidth" href="{{ post.link }}">
                                                        </a>
                                                {% end %}
                                        </div>
-
-                                       <div class="block">
-                                               <div class="content">
-                                                       {% raw post.html %}
-                                               </div>
-                                       </div>
                                </div>
 
                                {# Author Stuff #}