From 9e145eb7fb0c0a21df31e833e6178ce8e520f213 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Tue, 28 Jan 2014 15:52:33 +0100 Subject: [PATCH] added disqus --- pelicanconf.py | 2 +- themes/xsteadfastx/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 1a4d164..f6a5478 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,7 +10,7 @@ TIMEZONE = "Europe/Berlin" RELATIVE_URLS = True GITHUB_URL = 'http://github.com/xsteadfastx/' -#DISQUS_SITENAME = "blog-notmyidea" +DISQUS_SITENAME = "xsteadfastxistryingtocode" PDF_GENERATOR = False REVERSE_CATEGORY_ORDER = True LOCALE = "C" diff --git a/themes/xsteadfastx/templates/base.html b/themes/xsteadfastx/templates/base.html index 37251dc..6493947 100644 --- a/themes/xsteadfastx/templates/base.html +++ b/themes/xsteadfastx/templates/base.html @@ -34,7 +34,7 @@

{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}

--> -

{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}xsteadfastx
xsteadfastx is trying to code
Main Blog →

+

{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}xsteadfastx
xsteadfastx is trying to code
Main Blog →

{% block content %} {% endblock %}