Explorar el Código

Adds site title in the <title>

Talha Mansoor hace 11 años
padre
commit
b1e7ddcc60
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      templates/base.html

+ 1 - 0
templates/base.html

@@ -2,6 +2,7 @@
 <html>
     <head>
         {% block head %}
+            <title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
             <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/style.css" />
         {% endblock %}
     </head>