diff --git a/bootlex/templates/article.html b/bootlex/templates/article.html
index 18ba9a3..7903f61 100644
--- a/bootlex/templates/article.html
+++ b/bootlex/templates/article.html
@@ -9,5 +9,21 @@
{{ article.content }}
+ {% if DISQUS_SITENAME %}
+
+
+
+ blog comments powered by
+ {% endif %}
{% endblock %}
diff --git a/bootlex/templates/base.html b/bootlex/templates/base.html
index 711bda6..95629dd 100644
--- a/bootlex/templates/base.html
+++ b/bootlex/templates/base.html
@@ -67,5 +67,21 @@
+
+ {% if DISQUS_SITENAME %}
+
+ {% endif %}
+