Pārlūkot izejas kodu

Renames comments intro variable

Talha Mansoor 12 gadi atpakaļ
vecāks
revīzija
185a14f13c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 %}