From 2b19b761b99722e6bd337e60435615ed07f10622 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Sat, 27 Apr 2013 11:05:46 -0400 Subject: [PATCH] Fixed disqus count --- source/_includes/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/article.html b/source/_includes/article.html index 95ed19d..968aaff 100644 --- a/source/_includes/article.html +++ b/source/_includes/article.html @@ -9,7 +9,7 @@

{% include post/date.html %}{{ time }} {% if site.disqus_short_name and page.comments != false and post.comments != false and site.disqus_show_comment_count == true %} - | Comments + | Comments {% endif %}

{% endunless %}