瀏覽代碼

Adds encoding and lang to base template

Talha Mansoor 11 年之前
父節點
當前提交
0d3aa76f4e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      templates/base.html

+ 2 - 1
templates/base.html

@@ -1,6 +1,7 @@
 <!DOCTYPE html>
-<html>
+<html lang="en-US">
     <head>
+        <meta charset="UTF-8"> 
         {% block head %}
         <title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">