Explorar o código

Adds site title in the <title>

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