diff options
Diffstat (limited to 'website/src/layouts/Page.astro')
| -rw-r--r-- | website/src/layouts/Page.astro | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/website/src/layouts/Page.astro b/website/src/layouts/Page.astro deleted file mode 100644 index d41e58c..0000000 --- a/website/src/layouts/Page.astro +++ /dev/null @@ -1,21 +0,0 @@ ---- -import BaseHead from "../components/BaseHead.astro"; -import Navbar from "../components/Navbar.astro"; - -const { title, description } = Astro.props; ---- - -<!DOCTYPE html> -<html lang="en-GB"> - <head> - <BaseHead title={title} description={description} /> - </head> - - <body> - <Navbar /> - <main> - <slot /> - </main> - </body> -</html> - |
