Merge pull request #31 from olifre/theme-color

Setup theme-color in head tags.
This commit is contained in:
Parker Moore
2021-07-16 11:39:28 -04:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<!-- start theme color meta headers -->
<meta name="theme-color" content="#353535">
<meta name="msapplication-navbutton-color" content="#353535">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- end theme color meta headers -->

View File

@@ -15,6 +15,8 @@
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- Setup theme-color. -->
{% include theme_color_meta_headers.html %}
</head>
<body>