From 1d2fcf30418baf1b16579e1a05217f7100c9b914 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 21 May 2026 20:27:14 -0500 Subject: [PATCH] feat: move script load to base layout --- .../sections/ExperienceSection.astro | 4 ---- src/layouts/BaseLayout.astro | 20 +++++++++++++------ 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/components/sections/ExperienceSection.astro b/src/components/sections/ExperienceSection.astro index f63ba84..4200be8 100644 --- a/src/components/sections/ExperienceSection.astro +++ b/src/components/sections/ExperienceSection.astro @@ -166,7 +166,3 @@ const experiences = ((await directus.request( })} - - diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 94e5857..b00277d 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -62,12 +62,6 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`; window.localStorage.setItem('theme', theme); - - - + +