diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2011-12-15 02:56:39 -0800 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-12-15 02:56:39 -0800 |
commit | 77eff4701ac0bd7a11728531da319bb99d1dbd4a (patch) | |
tree | 80fd69709af7ef943407ce0a2fe1ad3b1c99e6b7 | |
parent | 24394e5871dd901cd2001551984df5a3d0f8c867 (diff) | |
parent | 9faeff32a3bec2e11d47a7fe0e2390d54a9de02f (diff) | |
download | pelican-themes-77eff4701ac0bd7a11728531da319bb99d1dbd4a.tar.gz |
Merge pull request #8 from kryskool/patch-1
Fix setting to display DISQUS
-rw-r--r-- | bootstrap/templates/article.html | 2 |
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> |