浏览代码

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>