use rfc2822 dates

This commit is contained in:
davidovski 2023-07-26 19:53:49 +02:00
parent f4fe55dcdb
commit a1df2a48f3
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ for file in $(ls -t entries/*.html); do
<div class=\"small\">%s</div>
</a>
</li>
" "${file%.*}.html" "$title" "$(git log --pretty=format:'%cd' --follow -- "$file" | tail -n 1)"
" "${file%.*}.html" "$title" "$(git log --pretty=format:'%cD' --follow -- "$file" | tail -n 1)"
done
cat << EOF

View File

@ -17,7 +17,7 @@ for entry in entries/*.html; do
printf "<item>\n"
printf "<title>%s</title>\n" "${title}"
printf "<link>%s</link>\n" "http://davidovski.xyz/$entry"
printf "<pubDate>%s</pubDate>\n" "$(git log --pretty=format:'%cd' --follow -- "$entry" | tail -n 1)"
printf "<pubDate>%s</pubDate>\n" "$(git log --pretty=format:'%cD' --follow -- "$entry" | tail -n 1)"
printf "<description><![CDATA["