diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index ccd60d163..d106c9a08 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -26,6 +26,9 @@ const { title, description, image } = Astro.props; + + + @@ -41,5 +44,36 @@ const { title, description, image } = Astro.props;