Fixed disqus count

This commit is contained in:
Travis Burtrum 2013-04-27 11:06:12 -04:00
parent 35bde4c151
commit 411c79530e
1 changed files with 1 additions and 1 deletions

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 %}