diff options
author | Alex Yatskov <alex@foosoft.net> | 2014-09-02 08:03:55 +0900 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2014-09-02 08:03:55 +0900 |
commit | 3b5b999b3c06d5e715aab6215c3707609c9fb6b3 (patch) | |
tree | c667cd6c0fa6abae7e66e87837fb30f7b097ac66 /bootstrap/templates/article.html | |
parent | cafd88d134e98b0ef6503fdb58f3b165b9f484db (diff) | |
download | pelican-themes-3b5b999b3c06d5e715aab6215c3707609c9fb6b3.tar.gz |
Making the comments section show up for bootstrap theme correctly again if TWITTER_USERNAME is set
Diffstat (limited to 'bootstrap/templates/article.html')
-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 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" %} |