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 %} +