ソースを参照

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>