Explorar el Código

Use the latest rendering mode for IE.

zhouji hace 10 años
padre
commit
9e33e0b346
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      templates/base.html

+ 1 - 0
templates/base.html

@@ -2,6 +2,7 @@
 <html lang="en-US">
     <head>
         <meta charset="utf-8"> 
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         {% if article and article.author %}
         <meta name="author" content="{{ article.author }}" />