Fix setting to display DISQUS

This commit is contained in:
Christophe Chauvet
2011-12-15 11:42:56 +01:00
parent 24394e5871
commit 9faeff32a3

View File

@@ -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>