diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 568a75d..e15a9ff 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -22,7 +22,14 @@ const { title, description } = Astro.props; - {description && } + { + description && ( + <> + + + + ) + } {title}