Add theme-color meta tag

This commit is contained in:
Maciej Pędzich 2023-05-13 17:07:32 +02:00
parent 74dc38c37b
commit 7abadc862f

View File

@ -36,6 +36,7 @@ const actualTitle = title === 'home' ? SITE_TITLE : `${title} | ${SITE_TITLE}`;
<title>{actualTitle}</title>
<meta name="title" content={actualTitle} />
<meta name="description" content={description} />
<meta name="theme-color" content="#485870" />
<meta property="og:type" content="website" />
<meta property="og:url" content={Astro.url} />
<meta property="og:title" content={actualTitle} />