diff --git a/src/components/Head.astro b/src/components/Head.astro index 0b437bc..a1a6e35 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -9,16 +9,21 @@ const { title, description } = Astro.props; - - + + + + + + {title} + - - + + diff --git a/src/layouts/Blog.astro b/src/layouts/Blog.astro index 7394ac1..aa773c2 100644 --- a/src/layouts/Blog.astro +++ b/src/layouts/Blog.astro @@ -11,7 +11,7 @@ const { title } = Astro.props; - +