Removed DISABLE_PAGE_LINKS as hidden status is suffisient. Added configuration to disable disqus comments
This commit is contained in:
parent
c9e753d425
commit
b8589d74ec
3 changed files with 3 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
|||
when=article.locale_date,
|
||||
category='<a href="%s/%s">%s</a>'|format(SITEURL, article.category.url, article.category)|safe) }}
|
||||
|
||||
{% if DISQUS_SITENAME %}
|
||||
{% if DISQUS_SITENAME and DISQUS_COMMENT_COUNT %}
|
||||
• <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread">{{ _('View Comments') }}</a>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue