From e7ac97a9ef1d73faa17ea2bfd6b53987c336cc78 Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Thu, 12 Jun 2025 10:46:01 -0300 Subject: [PATCH] Updated archive page formatting --- templates/archives.html | 8 ++++---- templates/period_archives.html | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/templates/archives.html b/templates/archives.html index a61bf3c..7eee427 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -5,10 +5,10 @@ {% block content %}

Archives for {{ SITENAME }}

-
+
+ {% endblock %} diff --git a/templates/period_archives.html b/templates/period_archives.html index 181f493..63155a2 100644 --- a/templates/period_archives.html +++ b/templates/period_archives.html @@ -5,10 +5,9 @@ {% block content %}

Archives for {{ period | reverse | join(' ') }}

-
+
+ {% endblock %}