Files @ 7b3ebb1fa4f0
Branch filter:

Location: CSY/sefm2020/themes/bootstrap2/templates/comments.html

Benjamin Lion
add call for paper; add link to venu page; remove siteurl in pelicanconf (was messing up the css path)
1
2
3
4
5
6
7
{% if DISQUS_SITENAME %}
    <p>There are
        <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread">
            comments
        </a>.
    </p>
{% endif %}