aboutsummaryrefslogtreecommitdiffstats
path: root/bootlex
diff options
context:
space:
mode:
authorAlexander Jung-Loddenkemper <alexander.julo@googlemail.com>2012-04-03 21:54:29 +0200
committerAlexander Jung-Loddenkemper <alexander.julo@googlemail.com>2012-04-03 21:54:29 +0200
commit17705531db940f8068904bfdbe0117f0d95f6a83 (patch)
treee49893eda1fb371ac35cabbaa5f60a8fbad0ced4 /bootlex
parent0d872988b66675657a13682acf78fcaccbb5e170 (diff)
downloadpelican-themes-17705531db940f8068904bfdbe0117f0d95f6a83.zip
pelican-themes-17705531db940f8068904bfdbe0117f0d95f6a83.tar.gz
pelican-themes-17705531db940f8068904bfdbe0117f0d95f6a83.tar.bz2
[bootlex] fixes
Diffstat (limited to 'bootlex')
-rw-r--r--bootlex/templates/article.html1
-rw-r--r--bootlex/templates/index.html4
2 files changed, 2 insertions, 3 deletions
diff --git a/bootlex/templates/article.html b/bootlex/templates/article.html
index 7903f61..d2cfda6 100644
--- a/bootlex/templates/article.html
+++ b/bootlex/templates/article.html
@@ -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 %}
diff --git a/bootlex/templates/index.html b/bootlex/templates/index.html
index 2a3d570..c45a57a 100644
--- a/bootlex/templates/index.html
+++ b/bootlex/templates/index.html
@@ -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>