From 42e19cbb294293decaa36c7b3f5e4392324ddc4e Mon Sep 17 00:00:00 2001 From: John Durance Date: Fri, 12 Jul 2024 11:48:50 +0100 Subject: [PATCH] #25: Add missing collapsible script --- src/pages/index.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 87fe4c6..a65b381 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -14,6 +14,8 @@ const lang = getLangFromUrl(Astro.url); const t = useTranslations(lang); --- + +