diff options
Diffstat (limited to 'new-bootstrap2/templates/comments.html')
-rw-r--r-- | new-bootstrap2/templates/comments.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/new-bootstrap2/templates/comments.html b/new-bootstrap2/templates/comments.html new file mode 100644 index 0000000..8d25e1e --- /dev/null +++ b/new-bootstrap2/templates/comments.html @@ -0,0 +1,7 @@ +{% if DISQUS_SITENAME %} + <p>There are + <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread"> + comments + </a>. + </p> +{% endif %} |