diff --git a/bb.sh b/bb.sh index f866730..327b478 100755 --- a/bb.sh +++ b/bb.sh @@ -305,7 +305,7 @@ edit() { twitter() { [[ -z "$global_twitter_username" ]] && return - if [[ "$global_disqus_username" ]]; then + if [[ -z "$global_disqus_username" ]]; then echo "

$template_comments " else echo "

$template_comments  "