support BROWSER_COLOR with Microsoft EDGE on Windows 10
This commit is contained in:
parent
3f1de3c1a9
commit
2a89271d45
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@
|
||||||
<!-- iOS Safari -->
|
<!-- iOS Safari -->
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
<!--> Microsoft EDGE -->
|
||||||
|
<meta name="msapplication-TileColor" content="{{ BROWSER_COLOR }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% block meta %}
|
{% block meta %}
|
||||||
|
|
Loading…
Reference in a new issue