aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/templates
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2014-09-02 08:03:55 +0900
committerAlex Yatskov <alex@foosoft.net>2014-09-02 08:03:55 +0900
commit3b5b999b3c06d5e715aab6215c3707609c9fb6b3 (patch)
treec667cd6c0fa6abae7e66e87837fb30f7b097ac66 /bootstrap/templates
parentcafd88d134e98b0ef6503fdb58f3b165b9f484db (diff)
downloadpelican-themes-3b5b999b3c06d5e715aab6215c3707609c9fb6b3.zip
pelican-themes-3b5b999b3c06d5e715aab6215c3707609c9fb6b3.tar.gz
pelican-themes-3b5b999b3c06d5e715aab6215c3707609c9fb6b3.tar.bz2
Making the comments section show up for bootstrap theme correctly again if TWITTER_USERNAME is set
Diffstat (limited to 'bootstrap/templates')
-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" %}