From 9b33730e52a43e5b56cd07f5721f1f163ed91476 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 7 Feb 2021 17:07:54 -0500 Subject: [PATCH] make: Fix timestamps in generated atom.xml https://validator.w3.org is a huge help! --- genatom.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/genatom.sh b/genatom.sh index 150bd53..3dd0c90 100755 --- a/genatom.sh +++ b/genatom.sh @@ -21,7 +21,7 @@ cat <
${1}T00:00Z" +printf " %s\n" "${1}T00:00:00Z" for p in $POSTS; do d="$1" shift @@ -30,8 +30,8 @@ for p in $POSTS; do $p https://alexkarle.com/$p.html - ${d}T00:00Z - ${d}T00:00Z + ${d}T00:00:00Z + ${d}T00:00:00Z