summaryrefslogtreecommitdiff
path: root/site/index.html
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-07-25 20:21:09 +0200
committerdavidovski <david@davidovski.xyz>2023-07-25 20:21:09 +0200
commitf152803c2cee1ba0a1619ac3af0b8749bb6a701a (patch)
treeaa0c21f46db2770a3397dd62eb0104be0ee04b0a /site/index.html
parent110f01efafe760317970498ac9a64829bf69fb92 (diff)
Fixed dates but this time for all time
Diffstat (limited to 'site/index.html')
-rwxr-xr-xsite/index.html2
1 files changed, 1 insertions, 1 deletions
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
<span>%s</span>
</a>
</li>
-" "${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