ソースを参照

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">