главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/bb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bb.sh')
-rwxr-xr-xbb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.sh b/bb.sh
index 5ae9f6d..67461cc 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 "<p id='twitter'>$template_comments&nbsp;"
else
echo "<p id='twitter'><a href=\"$1#disqus_thread\">$template_comments</a> &nbsp;"