From c54ba4b995fb469261db7f589ed0839251691eda Mon Sep 17 00:00:00 2001 From: ayoayco Date: Fri, 16 Aug 2024 15:36:02 +0200 Subject: [PATCH] chore: update favicon & blog meta title --- public/favicon.svg | 10 ++++++++++ src/components/blog/BaseHead.astro | 4 ++-- src/layouts/Layout.astro | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 public/favicon.svg diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..25dbaee --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/components/blog/BaseHead.astro b/src/components/blog/BaseHead.astro index 1af1815..9b4b8e4 100644 --- a/src/components/blog/BaseHead.astro +++ b/src/components/blog/BaseHead.astro @@ -14,14 +14,14 @@ let {isArticle = false, title, description = 'default description', image = '/co description = title === SITE_TITLE ? SITE_DESCRIPTION - : `${SITE_TITLE} • ${description}` + : `${description} • ${SITE_TITLE}` --- - + diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f991d78..849bab1 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -43,7 +43,7 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy'; ) } - +