From d71a7a214d4417f9dcdd4c9e18b66728696444a0 Mon Sep 17 00:00:00 2001 From: Josh Bairstow Date: Wed, 3 Jun 2026 15:51:28 +1000 Subject: [PATCH] refactor(marks): anchor post layout marks to posthead and postnav --- src/layouts/PostLayout.astro | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index 6828d3b..13cd0a0 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -23,14 +23,10 @@ const dateFmt = new Intl.DateTimeFormat("en-AU", { month: "long", year: "numeric description={description ?? standfirst} current="blog" > - - - - - -
+ + {(tag || series) && ( {tag && {tag}} @@ -53,6 +49,7 @@ const dateFmt = new Intl.DateTimeFormat("en-AU", { month: "long", year: "numeric