diff --git a/source/_includes/article.html b/source/_includes/article.html
index 9db0745..23f4884 100644
--- a/source/_includes/article.html
+++ b/source/_includes/article.html
@@ -8,7 +8,7 @@
{% unless page.meta == false %}
{% include post/date.html %}{{ time }}
- {% if site.disqus_short_name and page.comments != false and site.disqus_show_comment_count == true %}
+ {% if site.disqus_short_name and page.comments != false and post.comments != false and site.disqus_show_comment_count == true %}
| Comments
{% endif %}