diff options
Diffstat (limited to 'src/layouts/Base.astro')
| -rw-r--r-- | src/layouts/Base.astro | 18 |
1 files changed, 0 insertions, 18 deletions
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; ---- - -<!DOCTYPE html> -<html lang="en"> - <Head title={title} description={description} /> - - <body class="bg-base"> - <Nav /> - <slot /> - <Footer /> - </body> -</html> |
