From 649b1d4328a7ffc31cb5e9d47e2b3ddefcc66f16 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 24 Jul 2023 20:27:10 -0400 Subject: Initial rewrite to astro --- src/layouts/Layout.astro | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/layouts/Layout.astro (limited to 'src/layouts/Layout.astro') diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro new file mode 100644 index 0000000..6aeea4e --- /dev/null +++ b/src/layouts/Layout.astro @@ -0,0 +1,31 @@ +--- +import Navbar from "../components/Navbar"; +import PSA from "../components/PSA.astro"; + +const { title, description } = Astro.props; +--- + + + + + + + + + + {title} + + +
+ aircs.racing ↗ + alee14.me ↗ +
+ + + + + + -- cgit v1.2.3