summaryrefslogtreecommitdiff
path: root/site/index.html
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-07-26 19:53:49 +0200
committerdavidovski <david@davidovski.xyz>2023-07-26 19:53:49 +0200
commita1df2a48f3ef784fad0fe2183edf63eefcd7d220 (patch)
tree45a1919bf6c96ffb77e64843ed4037397b4e824d /site/index.html
parentf4fe55dcdb4cfa0055b87dc4365243a10318dc6d (diff)
use rfc2822 dates
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 b83f66b..1be1d83 100755
--- a/site/index.html
+++ b/site/index.html
@@ -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