aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-04-14 08:58:55 +0200
committerAlex Legler <alex@a3li.li>2015-04-14 08:58:55 +0200
commitc199a008fe6beada297ce2aa350d6b1973b15d8e (patch)
tree7bd0b0d4f4c7afc77d33913623518b0ed118cc99 /_includes
parentFix amd64 nomultilib stage link, fixes bug 546382 (diff)
downloadwww-c199a008fe6beada297ce2aa350d6b1973b15d8e.tar.gz
www-c199a008fe6beada297ce2aa350d6b1973b15d8e.tar.bz2
www-c199a008fe6beada297ce2aa350d6b1973b15d8e.zip
Enable X-UA-Compatible to hopefully unbreak IE8
Diffstat (limited to '_includes')
-rw-r--r--_includes/layout/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/layout/head.html b/_includes/layout/head.html
index 9a62eab..00fd837 100644
--- a/_includes/layout/head.html
+++ b/_includes/layout/head.html
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="theme-color" content="#54487a">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:title" content="{% if page.title %}{{ page.title | strip_html }} – {{ site.title }}{% else %}{{ site.title }}{% endif %}">
<meta property="og:image" content="https://www.gentoo.org/assets/img/logo/gentoo-g.png">
<meta property="og:description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">