Pārlūkot izejas kodu

Adds site title in the <title>

Talha Mansoor 11 gadi atpakaļ
vecāks
revīzija
b1e7ddcc60
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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>