1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00

add theme-color meta tag

This commit is contained in:
Matthias Kretschmann 2018-06-23 14:16:17 +02:00
parent 633bd9d431
commit e7ef135992
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -14,6 +14,7 @@ const Head = ({ meta }) => {
titleTemplate={`%s // ${title.toLowerCase()} { ${tagline.toLowerCase()} }`}
>
<meta name="apple-mobile-web-app-title" content={title.toLowerCase()} />
<meta name="theme-color" content="#e7eef4" />
</Helmet>
{typekitID && <Typekit id={typekitID} />}