~stormdragon2976/bashtml

e62b42f0ca48ad7a08278f4028bcb4915e66b628 — Storm Dragon 3 years ago 33dcb25
Updated creation line for pages.
1 files changed, 1 insertions(+), 1 deletions(-)

M bashtml.sh
M bashtml.sh => bashtml.sh +1 -1
@@ 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> &mdash; <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
}