artilecls list by tag and author

This commit is contained in:
Arul 2016-09-13 20:07:13 +05:30
parent 2db8e49cdb
commit 2fee5e9d3e
22 changed files with 962 additions and 4 deletions

View file

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