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:
parent
633bd9d431
commit
e7ef135992
@ -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} />}
|
||||
|
Loading…
Reference in New Issue
Block a user