From e7aa57adcb54b0e518f71cac7b3845076f2fca92 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Sat, 27 Jul 2024 21:22:36 -0500 Subject: [PATCH] Move themes into their own style tag in Layout.astro --- src/layouts/Layout.astro | 86 ++++++++++++++++++++-------------------- src/pages/index.astro | 10 +++++ 2 files changed, 53 insertions(+), 43 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 83b7fd6..69a066a 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -52,7 +52,6 @@ const { title, optionalPreloads } = Astro.props; window.dataLayer.push(arguments); } gtag("js", new Date()); - gtag("config", "G-P1JX4G9KSF"); +