From 6974037f27529a3e5ad514bb1be49a26891be79b Mon Sep 17 00:00:00 2001 From: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com> Date: Wed, 20 May 2026 12:16:01 -1000 Subject: [PATCH 1/2] Add copy feedback to heading anchors Co-Authored-By: Oz --- src/components/CustomHead.astro | 103 ++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/src/components/CustomHead.astro b/src/components/CustomHead.astro index 395bc263..6f3ce558 100644 --- a/src/components/CustomHead.astro +++ b/src/components/CustomHead.astro @@ -33,6 +33,109 @@ const fontsHref = if ('scrollRestoration' in history) history.scrollRestoration = 'auto'; + + + + + From c4453a6d4b1e16c66f2a2190f159fd7e6f8e806f Mon Sep 17 00:00:00 2001 From: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com> Date: Wed, 20 May 2026 13:15:06 -1000 Subject: [PATCH 2/2] Preserve heading anchor aria labels Co-Authored-By: Oz --- src/components/CustomHead.astro | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/components/CustomHead.astro b/src/components/CustomHead.astro index 6f3ce558..8b454e8b 100644 --- a/src/components/CustomHead.astro +++ b/src/components/CustomHead.astro @@ -41,6 +41,7 @@ const fontsHref = -->