add theme color meta tag to core.njk to theme mobile apps
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<meta name="theme-color" content="#6a826a"/>
|
||||
<meta property="og:image" content="/_assets/img/cropped.png"/>
|
||||
<link rel="icon" type="image/x-icon" href="/_assets/img/fav.png">
|
||||
{# <link rel="stylesheet" href="/_assets/css/normalize.css" /> #}
|
||||
|
Reference in New Issue
Block a user