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