From fe28b269232bc13591839d70c1e84c96ba8e8496 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 20 Sep 2018 18:41:04 -0400 Subject: [PATCH] fix repo url --- bb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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