浏览代码

Adds site title in the <title>

Talha Mansoor 11 年之前
父节点
当前提交
b1e7ddcc60
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>