From 99d4c3559a5686f722ad60e53c9d0f7e5deeef4b Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Sun, 6 Nov 2016 22:18:23 +0300 Subject: [PATCH] Update disqus support --- alchemy/templates/include/comments.html | 18 ++++++++++++++ .../templates/include/disqus_comments.html | 24 ------------------- 2 files changed, 18 insertions(+), 24 deletions(-) create mode 100644 alchemy/templates/include/comments.html delete mode 100644 alchemy/templates/include/disqus_comments.html diff --git a/alchemy/templates/include/comments.html b/alchemy/templates/include/comments.html new file mode 100644 index 0000000..bc3235c --- /dev/null +++ b/alchemy/templates/include/comments.html @@ -0,0 +1,18 @@ +{% if DISQUS_SITENAME %} +
+ + +{% endif %} diff --git a/alchemy/templates/include/disqus_comments.html b/alchemy/templates/include/disqus_comments.html deleted file mode 100644 index c05186e..0000000 --- a/alchemy/templates/include/disqus_comments.html +++ /dev/null @@ -1,24 +0,0 @@ -{% if DISQUS_SITENAME %} -
- - - - blog comments powered by Disqus - -
-{% endif %}