]> git.ipfire.org Git - ipfire.org.git/commitdiff
blog: Separate the archive button from the posts
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Mar 2026 18:03:36 +0000 (18:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Mar 2026 18:03:36 +0000 (18:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/blog/index.html

index f17e82401b87d75238c41e7399aa3ba5803508ce..99478c8e7e89d5c4f9f1e396ecb286b86f4442df 100644 (file)
                        {% end %}
 
                        {% module BlogList(posts, latest=latest_post) %}
+               </div>
+       </section>
 
                        {# Show links to older years... #}
-                       {% module BlogHistoryNavigation() %}
+       <section class="section">
+               <div class="container">
+                       <div class="block">
+                               {% module BlogHistoryNavigation() %}
+                       </div>
                </div>
        </section>
 {% end block %}