Преглед изворни кода

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 %}