support BROWSER_COLOR with Microsoft EDGE on Windows 10

This commit is contained in:
Rico Ullmann 2017-03-19 22:56:32 +01:00
parent 3f1de3c1a9
commit 2a89271d45

View file

@ -72,6 +72,8 @@
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!--> Microsoft EDGE -->
<meta name="msapplication-TileColor" content="{{ BROWSER_COLOR }}">
{% endif %}
{% block meta %}