Fix disqus counter in index. Hope this works everywhere.
This commit is contained in:
parent
88112754e0
commit
5c6164380c
@ -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 }}
|
||||
|
Reference in New Issue
Block a user