From 74c4acc8e6ffe68c55b4a16a3123dc7494aa20f5 Mon Sep 17 00:00:00 2001 From: Calum Muir Date: Sun, 28 Dec 2025 12:54:53 +0000 Subject: [PATCH] Load Turnstile via head script --- src/pages/contact.astro | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 7a45dad..8ab4359 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -12,6 +12,17 @@ const turnstileSiteKey = import.meta.env.PUBLIC_TURNSTILE_SITE_KEY ?? ""; path="/contact" description="Contact Highland Group RDA for sessions, volunteering, and support." > + { + turnstileSiteKey && ( + + + + ) + }
@@ -148,18 +159,6 @@ const turnstileSiteKey = import.meta.env.PUBLIC_TURNSTILE_SITE_KEY ?? "";