mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Fix the X-UA-Compatible meta tag
see https://github.com/GitbookIO/gitbook/issues/755
This commit is contained in:
@@ -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 %}">
|
||||
|
||||
Reference in New Issue
Block a user