Removed DISABLE_PAGE_LINKS as hidden status is suffisient. Added configuration to disable disqus comments

This commit is contained in:
Artium 2017-04-12 22:19:42 +03:00
parent c9e753d425
commit b8589d74ec
3 changed files with 3 additions and 5 deletions

View file

@ -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 %}
&#8226; <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread">{{ _('View Comments') }}</a>
{% endif %}