From f152803c2cee1ba0a1619ac3af0b8749bb6a701a Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 25 Jul 2023 20:21:09 +0200 Subject: Fixed dates but this time for all time --- 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 cf0fafa..fbabe9e 100755 --- a/site/index.html +++ b/site/index.html @@ -34,7 +34,7 @@ for file in $(ls -t entries/*.html); do %s -" "${file%.*}.html" "$(git log --pretty=format:'%cd' "$file" | tail -n 1)" "$title" +" "${file%.*}.html" "$(git log --pretty=format:'%cd' --follow -- "$file" | tail -n 1)" "$title" done cat << EOF -- cgit v1.2.1