diff --git a/gum/templates/article.html b/gum/templates/article.html index c1887f4..15188d0 100644 --- a/gum/templates/article.html +++ b/gum/templates/article.html @@ -27,6 +27,20 @@
{{ article.content }}
+ {% if DISQUS_SITENAME %} +
+

Comments

+
+ +
+ {% endif %} diff --git a/gum/templates/base.html b/gum/templates/base.html index 61a38d1..afae24d 100644 --- a/gum/templates/base.html +++ b/gum/templates/base.html @@ -146,6 +146,7 @@ +{% include 'disqus_script.html' %} diff --git a/gum/templates/disqus_script.html b/gum/templates/disqus_script.html new file mode 100644 index 0000000..c4f442c --- /dev/null +++ b/gum/templates/disqus_script.html @@ -0,0 +1,11 @@ +{% if DISQUS_SITENAME %} + +{% endif %}