Browse Source

Use subtitle instead of subtext

Talha Mansoor 11 years ago
parent
commit
5432d7fc8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/article.html

+ 1 - 1
templates/article.html

@@ -13,7 +13,7 @@
 <article>
 <div class="row-fluid">
     <header class="page_header span10 offset2">
-    <h1><a href="{{ SITEURL }}/{{ article.url }}"> {{ article.title }} {%if article.subtext %} <small> {{ article.subtext }} </small> {% endif %} </a></h1>
+    <h1><a href="{{ SITEURL }}/{{ article.url }}"> {{ article.title }} {%if article.subtitle %} <small> {{ article.subtitle }} </small> {% endif %} </a></h1>
     </header>
 </div>