From 5ac9285248b1f0f4bd28ba16e9deeb9447ecdac0 Mon Sep 17 00:00:00 2001 From: Quinn Hegeman <102350242+itsfinniii@users.noreply.github.com> Date: Sat, 7 Mar 2026 20:22:35 +0100 Subject: [PATCH] Create WebpageLayout.astro --- astro/src/layouts/WebpageLayout.astro | 62 +++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 astro/src/layouts/WebpageLayout.astro diff --git a/astro/src/layouts/WebpageLayout.astro b/astro/src/layouts/WebpageLayout.astro new file mode 100644 index 0000000..600c1c9 --- /dev/null +++ b/astro/src/layouts/WebpageLayout.astro @@ -0,0 +1,62 @@ +--- +import { getSettings } from "@/content/settings/settings"; + +const settings = await getSettings(); +--- + + +
+ + + + + + + + +