From 8bcd2486e3de0ae53b08fdace37ff53d7d0da3b9 Mon Sep 17 00:00:00 2001 From: Josh Bairstow Date: Wed, 3 Jun 2026 15:50:16 +1000 Subject: [PATCH] refactor(marks): anchor blog index marks to section edges --- src/pages/blog/index.astro | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 290243e..2c14718 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -59,14 +59,8 @@ for (const post of posts) { description="Short pieces on craft, the ocean, and the quiet discipline of making small software." current="blog" > - - - - - - -
+
Journal ยท field notes

Writing.

@@ -109,6 +103,8 @@ for (const post of posts) { }
+ + { yearGroups.map(([year, items]) => ( <> @@ -135,6 +131,7 @@ for (const post of posts) {