diff options
-rw-r--r-- | theme/templates/website/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/website/layout.html b/theme/templates/website/layout.html index d2d16fc..9e66799 100644 --- a/theme/templates/website/layout.html +++ b/theme/templates/website/layout.html @@ -4,7 +4,7 @@ <head> {{ htmlSnippet("head:start")|default("")|safe }} <meta charset="UTF-8"> - <meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=7; IE=EDGE" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>{% block title %}{% endblock %}</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="description" content="{% block description %}{% endblock %}"> |