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'; ) } - +