[bootlex] fixes

This commit is contained in:
Alexander Jung-Loddenkemper
2012-04-03 21:54:29 +02:00
parent 0d872988b6
commit 17705531db
2 changed files with 2 additions and 3 deletions

View File

@@ -23,7 +23,6 @@
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
{% endif %}
</div>
{% endblock %}

View File

@@ -18,12 +18,12 @@
{{ article.summary }}
</div><!-- /.entry-content -->
<div class="row">
<div class="span2">
<div class="span4">
{% if DISQUS_SITENAME %}
<a class="btn btn-small disabled" href="{{ SITEURL }}{{ article.url }}#disqus_thread"></a>
{% endif %}
</div>
<div class="span1 offset5">
<div class="span1 offset3">
<a class="btn btn-small" href="{{ SITEURL }}{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">Mehr</a>
</div>
</div>