From 615cc99bdfa5ed32ef4f44fdc6c31697d75ebd1d Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 7 Jun 2025 21:34:10 -0600 Subject: Add new theme --- archive.liquid | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'archive.liquid') diff --git a/archive.liquid b/archive.liquid index 26f59de..b617213 100644 --- a/archive.liquid +++ b/archive.liquid @@ -3,11 +3,10 @@ layout: default permalink: /archive.html --- -

- {{ site.data[site.active_lang].strings.global.archive }} -

-
+

+ {{ site.data[site.active_lang].strings.global.archive }} +

{% for post in site.posts %}
{% unless post.next %} -- cgit v1.2.3