diff options
author | Alexander Jung-Loddenkemper <alexander.julo@googlemail.com> | 2012-04-03 21:25:10 +0200 |
---|---|---|
committer | Alexander Jung-Loddenkemper <alexander.julo@googlemail.com> | 2012-04-03 21:25:10 +0200 |
commit | 0d872988b66675657a13682acf78fcaccbb5e170 (patch) | |
tree | ee2fe50bfa4dc8cad829981bb440366270435629 /bootlex/templates/index.html | |
parent | 7dc4d494bd4a5dc5f81a0d2819bdedbcba4367b5 (diff) | |
download | pelican-themes-0d872988b66675657a13682acf78fcaccbb5e170.tar.gz |
Bootlex now supports disqus
Diffstat (limited to 'bootlex/templates/index.html')
-rw-r--r-- | bootlex/templates/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bootlex/templates/index.html b/bootlex/templates/index.html index 02ff0ee..2a3d570 100644 --- a/bootlex/templates/index.html +++ b/bootlex/templates/index.html @@ -18,7 +18,12 @@ {{ article.summary }} </div><!-- /.entry-content --> <div class="row"> - <div class="span1 offset7"> + <div class="span2"> + {% if DISQUS_SITENAME %} + <a class="btn btn-small disabled" href="{{ SITEURL }}{{ article.url }}#disqus_thread"></a> + {% endif %} + </div> + <div class="span1 offset5"> <a class="btn btn-small" href="{{ SITEURL }}{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">Mehr</a> </div> </div> |