Explorar el Código

Adds encoding and lang to base template

Talha Mansoor hace 11 años
padre
commit
0d3aa76f4e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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">