diff --git a/pelican/themes/notmyidea/templates/article.html b/pelican/themes/notmyidea/templates/article.html index 06110b43..4379a19a 100644 --- a/pelican/themes/notmyidea/templates/article.html +++ b/pelican/themes/notmyidea/templates/article.html @@ -14,20 +14,25 @@ {% include 'article_infos.html' %} {{ article.content }} - {% if DISQUS_SITENAME and SITEURL and article.status != "draft" %} + {% if SITEURL and article.status != "draft" %}
Comments !
- - + {% if ISSO_SITEURL %} + + {% endif %} + {% if DISQUS_SITENAME %} + + + {% endif %}