Fix disqus comments counter.

This commit is contained in:
Vinicius Senna 2016-07-17 12:46:37 -03:00
parent 4ef299933b
commit 8711aa36d0
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
{% if DISQUS_SITENAME %}<p>There are <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread">comments</a>.</p>{% endif %}
{% if DISQUS_SITENAME %}<p>There are <a data-disqus-identifier="{{ article.url }}" href="{{ SITEURL }}/{{ article.url }}#disqus_thread">comments</a>.</p>{% endif %}