소스 검색

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>