From 6a55d9d9e0d6ae1313a1d4f3cce57ecd5eedb209 Mon Sep 17 00:00:00 2001 From: aronmal Date: Thu, 9 Nov 2023 13:52:24 +0100 Subject: [PATCH] Migrate Layout --- src/layouts/Layout.astro | 104 +++++++++++++++++++++++---------------- src/pages/globals.css | 33 ------------- src/pages/layout.tsx | 31 ------------ 3 files changed, 61 insertions(+), 107 deletions(-) delete mode 100644 src/pages/globals.css delete mode 100644 src/pages/layout.tsx diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7b552be..910dbda 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,51 +1,69 @@ --- -interface Props { - title: string; -} - -const { title } = Astro.props; +import { Footer, NavBar } from "src/pages/util/wrapping_objects"; +import styles from "./util/wrapping_objects.module.css"; --- - - - - - - - {title} - - - - + + + + + + + Lil Judd + + + +
+ +
+