Skip to content

Commit

Permalink
Fix setting to display DISQUS
Browse files Browse the repository at this point in the history
  • Loading branch information
kryskool committed Dec 15, 2011
1 parent 24394e5 commit 9faeff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/templates/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div>
<h2>Comments</h2>
{% include "twitter.html" %}
{% if FACEBOOK_APPID %}<div id="disqus_thread"></div>{% endif %}
{% if DISQUS_SITENAME %}<div id="disqus_thread"></div>{% endif %}
{% if FACEBOOK_APPID %}<div class="fb-comments" data-href="{{ FQ_SITEURL }}/{{ article.url }}" data-num-posts="10" data-width="760"></div>{% endif %}
<div>
</div>
Expand Down

0 comments on commit 9faeff3

Please sign in to comment.