Changed "Generated with" to forked project and credit parent.

This commit is contained in:
PresGas 2021-12-28 14:08:39 -05:00
parent 64db976d9d
commit 612924520d
1 changed files with 1 additions and 1 deletions

2
bb.sh
View File

@ -945,7 +945,7 @@ create_includes() {
protected_mail=${global_email//@/@}
protected_mail=${protected_mail//./.}
echo "<div id=\"footer\">$global_license <a href=\"$global_author_url\">$global_author</a> &mdash; <a href=\"mailto:$protected_mail\">$protected_mail</a><br/>"
echo 'Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>'
echo 'Generated with <a href="https://git.disroot.org/PresGas/bashblog-unbound">bashblog-unbound</a>, a fork of the wonderful <a href="https://github.com/cfenollosa/bashblog">bashblog</a>. A bash way to easily create blogs.</div>'
} >> ".footer.html"
fi
}