diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 5c724bf..3023fd3 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,6 +1,6 @@ --- export interface Props { - title: string; + title: string; } const { title } = Astro.props; @@ -8,53 +8,62 @@ const { title } = Astro.props; -
- - - - -