浏览代码

Use subtitle instead of subtext

Talha Mansoor 11 年之前
父节点
当前提交
5432d7fc8e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>