Fix labels of entries in list

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

View File

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