From 4bebfd9098e1ff0ccd224f318cf85f0bea6c0c2f Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 29 Dec 2024 20:19:15 +0200 Subject: [PATCH] Added some more meta tags --- src/components/Head.astro | 13 +++++++++---- src/layouts/Blog.astro | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) 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; - +