diff --git a/bb.sh b/bb.sh index 6302fa4..8641999 100755 --- a/bb.sh +++ b/bb.sh @@ -900,7 +900,7 @@ create_includes() { protected_mail=${global_email//@/@} protected_mail=${protected_mail//./.} echo "
$global_license $global_author$protected_mail
" - echo 'generated with bashblog, a single bash script to easily create blogs like this one
' + echo 'generated with bashblog, a single bash script to easily create blogs like this one' } >> ".footer.html" fi } @@ -1011,7 +1011,7 @@ usage() { echo " use '-n' to sort list by number of posts" echo "" echo "for more information please see https://tilde.team/wiki/?page=tildeblogs" - echo "source here: https://git.tilde.team/meta/bashblog" + echo "source here: https://tildegit.org/team/bashblog" } # Delete all generated content, leaving only this script