瀏覽代碼

Use the latest rendering mode for IE.

zhouji 10 年之前
父節點
當前提交
9e33e0b346
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 }}" />