From 89ba1419b167eefefd080b481f169e2d9cb6dcb5 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Tue, 21 Feb 2012 16:09:13 +0000 Subject: Show comment counts. --- _site_build/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_site_build/_layouts/default.html') diff --git a/_site_build/_layouts/default.html b/_site_build/_layouts/default.html index 918cc1a..dfda26a 100644 --- a/_site_build/_layouts/default.html +++ b/_site_build/_layouts/default.html @@ -30,7 +30,7 @@ {% if site.production and site.google_ua %} {% include google_analytics.html %} {% endif %} -{% if page.comments and site.disqus_shortname %} +{% if (page.comments or page.show_comment_counts) and site.disqus_shortname %} {% include disqus.html %} {% endif %} -- cgit v1.2.3-13-gbd6f