diff options
Diffstat (limited to 'site/index.html')
-rwxr-xr-x | site/index.html | 2 |
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 |