浏览代码

Partially fixes #4144

Geremia Taglialatela 11 年之前
父节点
当前提交
4bffc6dc54
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/_layouts/base.html

+ 1 - 0
src/_layouts/base.html

@@ -7,6 +7,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <meta name="description" content="Font Awesome, the iconic font and CSS framework">
   <meta name="author" content="Dave Gandy">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <link rel="shortcut icon" href="{{ page.relative_path }}assets/ico/favicon.ico">
 
   <title>{% if page.title %}{{ page.title }}{% endif %}</title>