diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 1c1bf0c..3e08239 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -1,5 +1,4 @@ --- -import '@picocss/pico/css/pico.min.css'; import '../styles/global.css'; import Header from '../components/Header.astro'; @@ -8,7 +7,7 @@ const { title, description, image = '/logo.png' } = Astro.props; const canonicalURL = new URL(Astro.url.pathname, Astro.site); --- - + @@ -25,7 +24,10 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site); - + @@ -44,8 +46,22 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site); - - + + + + + + +