change footer message

This commit is contained in:
kageru 2020-04-02 18:33:08 +02:00
parent ee42ef1c6f
commit 8a7a6dbb4c
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

View File

@ -43,7 +43,7 @@ if has_updates; then
ls -ltu src/*.md | tail -n+1 | while read f; do create_entry $f; done
html_entry "legacy" "before 2020" "Older posts"
output '</table>'
output "<footer><a href=\"https://kageru.moe/contact/\">Contact</a><br/>generated on $(date '+%d.%m.%y at %H:%M:%S')</footer>"
output "<footer><a href=\"https://kageru.moe/contact/\">Contact</a><br/>last updated on $(date '+%d.%m.%y at %H:%M:%S')</footer>"
# Human-readable output for the cron notification
echo 'Updated blog to:'
git log -1