Fixed disqus count

This commit is contained in:
Travis Burtrum 2013-04-27 11:05:46 -04:00
parent 2bbe0e020f
commit 2b19b761b9

View File

@ -9,7 +9,7 @@
<p class="meta">
{% 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 %}
| <a href="{% if index %}{{ root_url }}{{ post.url }}{% endif %}#disqus_thread">Comments</a>
| <a href="{% if index %}{{ root_url }}{{ post.url }}{% endif %}#disqus_thread" data-disqus-identifier="{{ post.url }}">Comments</a>
{% endif %}
</p>
{% endunless %}