From 44d4d327a1935d62bbe0ef5cece1055f219579c9 Mon Sep 17 00:00:00 2001 From: Josh Bairstow Date: Tue, 2 Jun 2026 00:18:20 +1000 Subject: [PATCH] feat(blog): YearHead emits data-year-head for filter targeting --- src/components/molecules/YearHead.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/YearHead.astro b/src/components/molecules/YearHead.astro index b388b5d..dbd3555 100644 --- a/src/components/molecules/YearHead.astro +++ b/src/components/molecules/YearHead.astro @@ -8,7 +8,7 @@ const { year, count } = Astro.props; const formatted = String(count).padStart(2, "0"); --- -
+
{year} {formatted}