pelican-papyrus/templates/comments.html
2022-02-21 20:18:57 +11:00

6 lines
130 B
HTML

{% if DISQUS_SITENAME %}
<p>
There are <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread">comments</a>.
</p>
{% endif %}