Procházet zdrojové kódy

Adds site title in the <title>

Talha Mansoor před 11 roky
rodič
revize
b1e7ddcc60
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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>