mirror of
https://github.com/aljazceru/midnight-gh-pages-theme.git
synced 2025-12-17 06:04:20 +01:00
Merge pull request #31 from olifre/theme-color
Setup theme-color in head tags.
This commit is contained in:
5
_includes/theme_color_meta_headers.html
Normal file
5
_includes/theme_color_meta_headers.html
Normal 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 -->
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user