From 448457fb4ccdc6eb0e4190d009ee23ef996a8ecb Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Wed, 2 Jul 2014 15:00:34 +0100 Subject: Add Disqus comments to articles --- monospace/templates/article.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'monospace/templates/article.html') diff --git a/monospace/templates/article.html b/monospace/templates/article.html index 9758fdc..722e5c5 100644 --- a/monospace/templates/article.html +++ b/monospace/templates/article.html @@ -8,5 +8,22 @@
{{ article.content }} + {% if DISQUS_SITENAME and SITEURL and article.status != "draft" %} +

Comments

+
+ + + {% endif %}
{% endblock %} -- cgit