@@ 973,7 973,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> — <a href=\"mailto:$protected_mail\">$protected_mail</a><br/>"
- echo 'Generated with <a href="https://gitlab.com/stormdragon2976/bashtml">BasHTML</a>, a single bash script to easily create blogs like this one</div>'
+ echo 'Generated with <a href="https://gitlab.com/stormdragon2976/bashtml">BasHTML</a>, a bash script to easily create blogs like this one</div>'
} >> ".footer.html"
fi
}