diff options
author | HombreLaser <buran@silosneeded.com> | 2025-06-07 21:34:10 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2025-06-07 21:34:10 -0600 |
commit | 615cc99bdfa5ed32ef4f44fdc6c31697d75ebd1d (patch) | |
tree | 07f24496e31ddd51999d17d662c483db88ba5282 /archive.liquid | |
parent | 09c5cf737b46f8bae35fe05ba22e8383ae027c24 (diff) |
Add new theme
Diffstat (limited to 'archive.liquid')
-rw-r--r-- | archive.liquid | 7 |
1 files changed, 3 insertions, 4 deletions
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 --- -<h1> - {{ site.data[site.active_lang].strings.global.archive }} -</h1> - <div class="column"> + <h1> + {{ site.data[site.active_lang].strings.global.archive }} + </h1> {% for post in site.posts %} <div class="column"> {% unless post.next %} |