Explorar o código

Merge pull request #20 from Datyedyeguy/master

Stop Disqus "Comemnts?" link with no username
Carlos Fenollosa %!s(int64=11) %!d(string=hai) anos
pai
achega
5b72b2ec4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;"