artilecls list by tag and author
This commit is contained in:
parent
2db8e49cdb
commit
2fee5e9d3e
22 changed files with 962 additions and 4 deletions
9
templates/partials/comments_count.html
Normal file
9
templates/partials/comments_count.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue