Browse Source

Partially fixes #4144

Geremia Taglialatela 10 years ago
parent
commit
4bffc6dc54
1 changed files with 1 additions and 0 deletions
  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="viewport" content="width=device-width, initial-scale=1.0">
   <meta name="description" content="Font Awesome, the iconic font and CSS framework">
   <meta name="description" content="Font Awesome, the iconic font and CSS framework">
   <meta name="author" content="Dave Gandy">
   <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">
   <link rel="shortcut icon" href="{{ page.relative_path }}assets/ico/favicon.ico">
 
 
   <title>{% if page.title %}{{ page.title }}{% endif %}</title>
   <title>{% if page.title %}{{ page.title }}{% endif %}</title>