From ed3decf73f9ff733ac79ee16769ac8fcb52312e7 Mon Sep 17 00:00:00 2001
From: Marvin Steadfast
Date: Mon, 15 Apr 2019 15:37:12 +0200
Subject: [PATCH] removes disqus
---
publishconf.py | 2 +-
themes/medusa/templates/article.html | 6 ------
themes/medusa/templates/disqus.html | 12 ------------
themes/medusa/templates/disqus_count.html | 11 -----------
themes/medusa/templates/index.html | 8 --------
5 files changed, 1 insertion(+), 38 deletions(-)
delete mode 100644 themes/medusa/templates/disqus.html
delete mode 100644 themes/medusa/templates/disqus_count.html
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 %}