aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2/templates/comments.html
blob: 806d9a0ad94ec5c7a615d1ba7da9821915956403 (plain)
1
2
3
4
5
6
7
{% if DISQUS_SITENAME %}
    <p>There are 
        <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread">
            comments
        </a>.
    </p>
{% endif %}