Skip to content

Commit

Permalink
Making the comments section show up for bootstrap theme correctly aga…
Browse files Browse the repository at this point in the history
…in if TWITTER_USERNAME is set
  • Loading branch information
FooSoft committed Sep 1, 2014
1 parent cafd88d commit 3b5b999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/templates/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
Expand Down

0 comments on commit 3b5b999

Please sign in to comment.