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