Sfoglia il codice sorgente

Use the latest rendering mode for IE.

zhouji 10 anni fa
parent
commit
9e33e0b346
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 }}" />