From 5aa2e6c0c6e4c73d93307e9f70803237006afb28 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 20 Dec 2023 20:27:18 -0500 Subject: go back to lume --- src/layouts/Base.astro | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/layouts/Base.astro (limited to 'src/layouts/Base.astro') diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro deleted file mode 100644 index a8aa63e..0000000 --- a/src/layouts/Base.astro +++ /dev/null @@ -1,18 +0,0 @@ ---- -import Head from "@components/Head.astro"; -import Footer from "@components/Footer.astro"; -import Nav from "@components/Nav.astro"; - -const { title, description } = Astro.props; ---- - - - - - - -