mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 15:45:47 +01:00
Add theme-color meta tag
This commit is contained in:
parent
74dc38c37b
commit
7abadc862f
@ -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} />
|
||||
|
Loading…
Reference in New Issue
Block a user