소스 검색

Shows subtext in the header if available

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

+ 1 - 1
templates/article.html

@@ -7,7 +7,7 @@ hell {{ article.title }} - {{ super() }}
 {% block content %}
 <div class="row-fluid">
     <header class="page_header span7 offset2">
-    <h1> {{ article.title }} </h1>
+    <h1> {{ article.title }} <small> {%if article.subtext %} {{ article.subtext }} {% endif %} </small></h1>
     </header>
 </div>
 <div class="row-fluid">