Add disquss comment counter at the bottom of each article on the index page

This commit is contained in:
Artium 2017-04-12 20:11:38 +03:00
parent ec070a15bd
commit 67dd689249
2 changed files with 18 additions and 0 deletions

View file

@ -41,6 +41,7 @@
{{ article.summary }}
<br>
<a class="btn" href="{{ SITEURL }}/{{ article.url }}{% if not DISABLE_URL_HASH %}#{{ article.slug }}{% endif %}">{{ _('Continue reading') }}</a>
<a class="btn" href="{{ SITEURL }}/{{ article.url }}#disqus_thread">{{ _('View Comments') }}</a>
{% else %}
{{ article.content }}
{% endif %}