Bootlex now supports disqus
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user