aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorChristophe Chauvet <christophe@kryskool.org>2011-12-15 11:42:56 +0100
committerChristophe Chauvet <christophe@kryskool.org>2011-12-15 11:42:56 +0100
commit9faeff32a3bec2e11d47a7fe0e2390d54a9de02f (patch)
tree80fd69709af7ef943407ce0a2fe1ad3b1c99e6b7 /bootstrap
parent24394e5871dd901cd2001551984df5a3d0f8c867 (diff)
downloadpelican-themes-9faeff32a3bec2e11d47a7fe0e2390d54a9de02f.zip
pelican-themes-9faeff32a3bec2e11d47a7fe0e2390d54a9de02f.tar.gz
pelican-themes-9faeff32a3bec2e11d47a7fe0e2390d54a9de02f.tar.bz2
Fix setting to display DISQUS
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/templates/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/templates/article.html b/bootstrap/templates/article.html
index 7f86290..553c942 100644
--- a/bootstrap/templates/article.html
+++ b/bootstrap/templates/article.html
@@ -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>