diff --git a/publishconf.py b/publishconf.py index dedbd47..0ffa8d0 100644 --- a/publishconf.py +++ b/publishconf.py @@ -24,6 +24,6 @@ FEED_DOMAIN = SITEURL #PIWIK_SITE_ID = 5 # DISQUS -DISQUS_SITENAME = "xsteadfastx" +#DISQUS_SITENAME = "xsteadfastx" #ISSO_URL = 'http://comments.xsteadfastx.org' diff --git a/themes/medusa/templates/article.html b/themes/medusa/templates/article.html index a812a55..b3d6b70 100644 --- a/themes/medusa/templates/article.html +++ b/themes/medusa/templates/article.html @@ -12,12 +12,6 @@ {{ tag }}{% if not loop.last %},{% endif %} {% endfor %} {% endif %} - {% if DISQUS_SITENAME %} - • Leave a comment - {% endif %}
{{ article.content }} - - {% include 'disqus.html' %} - {% endblock %} diff --git a/themes/medusa/templates/disqus.html b/themes/medusa/templates/disqus.html deleted file mode 100644 index b4093e5..0000000 --- a/themes/medusa/templates/disqus.html +++ /dev/null @@ -1,12 +0,0 @@ -{% if DISQUS_SITENAME %} - - - -{% endif %} diff --git a/themes/medusa/templates/disqus_count.html b/themes/medusa/templates/disqus_count.html deleted file mode 100644 index 4ee419b..0000000 --- a/themes/medusa/templates/disqus_count.html +++ /dev/null @@ -1,11 +0,0 @@ -{% if DISQUS_SITENAME %} - -{% endif %} diff --git a/themes/medusa/templates/index.html b/themes/medusa/templates/index.html index c04477d..7b83975 100644 --- a/themes/medusa/templates/index.html +++ b/themes/medusa/templates/index.html @@ -12,9 +12,6 @@ {{ tag }}{% if not loop.last %},{% endif %} {% endfor %} {% endif %} - {% if DISQUS_SITENAME %} - • Leave a comment - {% endif %} {{ article.content }} {% endfor %} @@ -24,8 +21,3 @@ {% endif %} {% endblock %} - -{% block scripts %} - {{ super() }} - {% include 'disqus_count.html' %} -{% endblock %}