From 8a7a6dbb4cb5e46c3a2428327c40a9b2906ae926 Mon Sep 17 00:00:00 2001 From: kageru Date: Thu, 2 Apr 2020 18:33:08 +0200 Subject: [PATCH] change footer message --- blog-refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-refresh.sh b/blog-refresh.sh index 15469b3..b22d525 100755 --- a/blog-refresh.sh +++ b/blog-refresh.sh @@ -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 '' - output "" + output "" # Human-readable output for the cron notification echo 'Updated blog to:' git log -1