Explorar o código

Adds encoding and lang to base template

Talha Mansoor %!s(int64=11) %!d(string=hai) anos
pai
achega
0d3aa76f4e
Modificáronse 1 ficheiros con 2 adicións e 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">