From 9735f3bd1d8f823402814116464f1e3ae344e3e9 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 2 Jan 2024 01:35:01 -0500 Subject: Starting to take shape --- src/layouts/Layout.astro | 79 ------------------------------------------------ 1 file changed, 79 deletions(-) delete mode 100644 src/layouts/Layout.astro (limited to 'src/layouts/Layout.astro') diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro deleted file mode 100644 index 23e3efb..0000000 --- a/src/layouts/Layout.astro +++ /dev/null @@ -1,79 +0,0 @@ ---- -interface Props { - title: string; -} - -const { title } = Astro.props; -import Navbar from '../components/Navbar.astro'; ---- - - - - - - - - - - - - - {title} - - - - -
-

© Copyright 2018-2024

-
- - - -- cgit v1.2.3