From 29755fe4fa0613ef32fe91a4916b25dad6b58a3a Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Mon, 3 Feb 2014 13:47:15 +0100 Subject: [PATCH] changed from disqus to isso --- pelicanconf.py | 5 +++-- themes/xsteadfastx/templates/article.html | 1 + themes/xsteadfastx/templates/isso.html | 10 ++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 themes/xsteadfastx/templates/isso.html diff --git a/pelicanconf.py b/pelicanconf.py index 84d737a..0b4dd9b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals AUTHOR = 'Marvin Steadfast' -SITENAME = "xsteadfastx is trying to code" +SITENAME = 'xsteadfastx is trying to code' SITEURL = 'http://code.xsteadfastx.org' TIMEZONE = "Europe/Berlin" @@ -10,7 +10,8 @@ TIMEZONE = "Europe/Berlin" RELATIVE_URLS = True GITHUB_URL = 'http://github.com/xsteadfastx/' -DISQUS_SITENAME = "xsteadfastxistryingtocode" +#DISQUS_SITENAME = "xsteadfastxistryingtocode" +ISSO_URL = 'http://comments.xsteadfastx.org' PDF_GENERATOR = False REVERSE_CATEGORY_ORDER = True LOCALE = "C" diff --git a/themes/xsteadfastx/templates/article.html b/themes/xsteadfastx/templates/article.html index 70cfa9e..4364dec 100644 --- a/themes/xsteadfastx/templates/article.html +++ b/themes/xsteadfastx/templates/article.html @@ -16,6 +16,7 @@ {{ article.content }} {% include 'twitter.html' %} + {% include 'isso.html' %} {% if DISQUS_SITENAME %}
diff --git a/themes/xsteadfastx/templates/isso.html b/themes/xsteadfastx/templates/isso.html new file mode 100644 index 0000000..81acd83 --- /dev/null +++ b/themes/xsteadfastx/templates/isso.html @@ -0,0 +1,10 @@ +{% if ISSO_URL %} + +
+{% endif %} +