소스 검색

Merge pull request #20 from Datyedyeguy/master

Stop Disqus "Comemnts?" link with no username
Carlos Fenollosa 11 년 전
부모
커밋
5b72b2ec4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bb.sh

+ 1 - 1
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;"