summaryrefslogtreecommitdiff
path: root/_site_build/_layouts/default.html
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2012-02-21 16:09:13 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2012-02-21 16:09:13 +0000
commit89ba1419b167eefefd080b481f169e2d9cb6dcb5 (patch)
tree5ce85d128e290fe18814d3d645beeacbc0203790 /_site_build/_layouts/default.html
parent34f53553ac11079ccb6868999b7ccbacacdec49a (diff)
Show comment counts.
Diffstat (limited to '_site_build/_layouts/default.html')
-rw-r--r--_site_build/_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
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 %}
</body>