소스 검색

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