Browse Source

Partially fixes #4144

Geremia Taglialatela 11 năm trước cách đây
mục cha
commit
4bffc6dc54
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>