put date under article

This commit is contained in:
davidovski 2023-07-25 20:22:41 +02:00
parent f152803c2c
commit 72c9f4c76d
1 changed files with 1 additions and 1 deletions

View File

@ -30,8 +30,8 @@ for file in $(ls -t entries/*.html); do
printf "
<li class=\"entry\">
<a href=\"%s\">
<div class=\"small\">%s</div>
<span>%s</span>
<div class=\"small\">%s</div>
</a>
</li>
" "${file%.*}.html" "$(git log --pretty=format:'%cd' --follow -- "$file" | tail -n 1)" "$title"