From 5c6164380c392b14ecf1158b176d01802301aa0a Mon Sep 17 00:00:00 2001 From: Scott Emmons Date: Sat, 23 Aug 2014 12:21:40 -0700 Subject: [PATCH] Fix disqus counter in index. Hope this works everywhere. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5ec0c2a..7c1385a 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ layout: default

{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}

{% if site.comments == true and post.comments == true and site.disqus != '' %} -

Comments

+

Comments

{% endif %}
{{ post.content }}