diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index c57bf8c..7753643 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -46,36 +46,6 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy'; ) } -