ソースを参照

Renames comments intro variable

Talha Mansoor 12 年 前
コミット
185a14f13c
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      templates/comments.html

+ 1 - 1
templates/comments.html

@@ -1,6 +1,6 @@
 {% if DISQUS_SITENAME and SITEURL and article.status != "draft" %}
 <section>
-{% if ELEGANT_COMMENT_MESSAGE %}
+{% if COMMENTS_INTRO %}
 <hr/>
 <p id="comment-message">{{ ELEGANT_COMMENT_MESSAGE }} </p>
 {% endif %}