소스 검색

Removes title and subtitle from page header

Talha Mansoor 11 년 전
부모
커밋
494d74746d
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      templates/base.html

+ 0 - 5
templates/base.html

@@ -42,11 +42,6 @@
         <div class="container-fluid">
             <div class="row-fluid">
                 <div class="span10 offset2">
-                    <header>
-                    <h1><a href="{{ SITEURL }}/">{{ SITENAME }}</a></h1>
-                    {% if SITESUBTITLE %}<h1><small>{{ SITESUBTITLE }}</small></h1>{% endif %}
-                    </header>
-
                     {% block content %}
                     {% endblock content %}
                 </div>