From a1df2a48f3ef784fad0fe2183edf63eefcd7d220 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 26 Jul 2023 19:53:49 +0200 Subject: use rfc2822 dates --- site/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/index.html') diff --git a/site/index.html b/site/index.html index b83f66b..1be1d83 100755 --- a/site/index.html +++ b/site/index.html @@ -34,7 +34,7 @@ for file in $(ls -t entries/*.html); do
%s
-" "${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 -- cgit v1.2.1