Add meta tag for support theme color for chrome mobile

This commit is contained in:
VAN HAAREN Lucas 2018-10-27 15:44:21 +02:00
parent 8f8daa0453
commit d95f4e5ee2

View File

@ -3,6 +3,9 @@
<!-- Meta -->
<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 name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A beautiful Jekyll theme for creating resume">