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) {