Add meta tag for support theme color for chrome mobile
This commit is contained in:
parent
8f8daa0453
commit
d95f4e5ee2
@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
<!-- Meta -->
|
<!-- Meta -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
{% if site.chrome_mobile_color %}
|
||||||
|
<meta name="theme-color" content="{{ site.chrome_mobile_color }}">
|
||||||
|
{% endif%}
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="A beautiful Jekyll theme for creating resume">
|
<meta name="description" content="A beautiful Jekyll theme for creating resume">
|
||||||
|
Loading…
Reference in New Issue
Block a user