added disqus

This commit is contained in:
Marvin Steadfast 2014-01-28 15:52:33 +01:00
parent 4ce4aa1358
commit 9e145eb7fb
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ TIMEZONE = "Europe/Berlin"
RELATIVE_URLS = True RELATIVE_URLS = True
GITHUB_URL = 'http://github.com/xsteadfastx/' GITHUB_URL = 'http://github.com/xsteadfastx/'
#DISQUS_SITENAME = "blog-notmyidea" DISQUS_SITENAME = "xsteadfastxistryingtocode"
PDF_GENERATOR = False PDF_GENERATOR = False
REVERSE_CATEGORY_ORDER = True REVERSE_CATEGORY_ORDER = True
LOCALE = "C" LOCALE = "C"

View File

@ -34,7 +34,7 @@
<h1><a href="{{ SITEURL }}/"><img src="http://www.launchyard.com/images/logo.png" />{% if SITESUBTITLE %}<strong>{{ SITESUBTITLE }}</strong>{% endif %}</a></h1> <h1><a href="{{ SITEURL }}/"><img src="http://www.launchyard.com/images/logo.png" />{% if SITESUBTITLE %}<strong>{{ SITESUBTITLE }}</strong>{% endif %}</a></h1>
</header> --> </header> -->
<!-- /#banner --> <!-- /#banner -->
<div class="LaunchyardDetail"><p><a href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a><img src="{{ SITEURL }}/theme/images/kaeuzchenbwblog.png" width="210" height="298" alt="xsteadfastx"><br/>xsteadfastx is trying to code<br/><a href="http://xsteadfastx.org" >Main Blog &rarr;</a></p></div> <div class="LaunchyardDetail"><p><a href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a><a href="{{ SITEURL }}"><img src="{{ SITEURL }}/theme/images/kaeuzchenbwblog.png" width="210" height="298" alt="xsteadfastx"></a><br/>xsteadfastx is trying to code<br/><a href="http://xsteadfastx.org" >Main Blog &rarr;</a></p></div>
{% block content %} {% block content %}
{% endblock %} {% endblock %}