mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 18:35:00 +01:00
add theme-color meta tag
This commit is contained in:
parent
633bd9d431
commit
e7ef135992
@ -14,6 +14,7 @@ const Head = ({ meta }) => {
|
|||||||
titleTemplate={`%s // ${title.toLowerCase()} { ${tagline.toLowerCase()} }`}
|
titleTemplate={`%s // ${title.toLowerCase()} { ${tagline.toLowerCase()} }`}
|
||||||
>
|
>
|
||||||
<meta name="apple-mobile-web-app-title" content={title.toLowerCase()} />
|
<meta name="apple-mobile-web-app-title" content={title.toLowerCase()} />
|
||||||
|
<meta name="theme-color" content="#e7eef4" />
|
||||||
</Helmet>
|
</Helmet>
|
||||||
|
|
||||||
{typekitID && <Typekit id={typekitID} />}
|
{typekitID && <Typekit id={typekitID} />}
|
||||||
|
Loading…
Reference in New Issue
Block a user