From 8b8fff3b033318d9ae5d63ee73c065ee3a86ea89 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Fri, 23 Mar 2012 13:06:01 -0700 Subject: [PATCH] Don't display comments link for post excerpts on index page when comments for that post are set to false. --- .themes/classic/source/_includes/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.themes/classic/source/_includes/article.html b/.themes/classic/source/_includes/article.html index 9db0745..23f4884 100644 --- a/.themes/classic/source/_includes/article.html +++ b/.themes/classic/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 %}