From 1a5f8487043cd2ff85acde44b34f8e7a7b9b7b46 Mon Sep 17 00:00:00 2001 From: Sean Perry Date: Fri, 10 Jan 2025 18:29:20 -0800 Subject: [PATCH] feat: fix archive_styling --- _layouts/archive.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/archive.html b/_layouts/archive.html index d11d3c20..8a4f4a7a 100644 --- a/_layouts/archive.html +++ b/_layouts/archive.html @@ -1,15 +1,15 @@ --- layout: default --- -
-
+
+

Archive of posts from {{ page.date | date: "%Y" }}

-
+
{% assign years = site.posts | group_by_exp: "post", "post.date | date: '%Y'"