aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ebbf54c..dc904ef 100644
--- a/bootstrap/templates/article.html
+++ b/bootstrap/templates/article.html
@@ -5,7 +5,7 @@
<div class="page-header"><h1>{{ article.title }}</h1></div>
<div class="well small">{% include "metadata.html" %}</div>
<div>{{ article.content }}</div>
- {% if DISQUS_SITENAME or FACEBOOK_APPID %}
+ {% if DISQUS_SITENAME or FACEBOOK_APPID or TWITTER_USERNAME %}
<div>
<h2>Comments</h2>
{% include "twitter.html" %}