Only show comments: toggle line if COLLAPSE_COMMENTS = True
diff --git a/templates/article.html b/templates/article.html
index 81bd24e..4b7867c 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -44,7 +44,9 @@
</p>
{% endif %}
{% if DISQUS_SITENAME %}
- <p>Comments: <a href="#" onclick="javascript:toggleComments();return false;">toggle</a></p>
+ {% if COLLAPSE_COMMENTS %}
+ <p>Comments: <a href="#" onclick="javascript:toggleComments();return false;">toggle</a></p>
+ {% endif %}
{% endif %}
</div>