diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-11-25 15:20:14 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-11-25 15:20:14 +0100 |
commit | 3dd33f1f3c0f8179fda55f47774cdd2431ed09c0 (patch) | |
tree | 958ff642ab6f1716cb571d527ec68b83b59b3309 | |
parent | 3a0f00411ba6277bda9dc2be516c96e17ce9db82 (diff) | |
parent | 1b9801b8a4b82a3fe2b2463d6827be65aa02d985 (diff) | |
download | gitbook-3dd33f1f3c0f8179fda55f47774cdd2431ed09c0.zip gitbook-3dd33f1f3c0f8179fda55f47774cdd2431ed09c0.tar.gz gitbook-3dd33f1f3c0f8179fda55f47774cdd2431ed09c0.tar.bz2 |
Merge pull request #502 from tonka3000/X-UA-Compatible-tag
add X-UA-Compatible meta tag for IE
-rwxr-xr-x | theme/templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/templates/layout.html b/theme/templates/layout.html index b7afea3..ead0380 100755 --- a/theme/templates/layout.html +++ b/theme/templates/layout.html @@ -4,6 +4,7 @@ <head> {{ htmlSnippet("head:start")|default("") }} <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=7; 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 %}"> |