Merge pull request #20 from Datyedyeguy/master
Stop Disqus "Comemnts?" link with no username
This commit is contained in:
commit
5b72b2ec4c
1 changed files with 1 additions and 1 deletions
2
bb.sh
2
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 "
|
||||
else
|
||||
echo "<p id='twitter'><a href=\"$1#disqus_thread\">$template_comments</a> "
|
||||
|
|
Loading…
Reference in a new issue