Fix disqus counter in index. Hope this works everywhere.

This commit is contained in:
Scott Emmons 2014-08-23 12:21:40 -07:00
parent 88112754e0
commit 5c6164380c

View File

@ -7,7 +7,7 @@ layout: default
<div class="well">
<h1><a href="{{ site.baseurl}}{{ post.url }}">{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}</a></h1>
{% if site.comments == true and post.comments == true and site.disqus != '' %}
<p class="author"><a href="{{ site.baseurl }}{{ post.url }}#disqus_thread">Comments</a></p>
<p class="author"><a href="{{ site.baseurl }}{{ post.url }}/#disqus_thread">Comments</a></p>
{% endif %}
<div class="content">
{{ post.content }}