diff options
author | davidovski <david@davidovski.xyz> | 2023-07-25 20:23:30 +0200 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-07-25 20:23:30 +0200 |
commit | f4fe55dcdb4cfa0055b87dc4365243a10318dc6d (patch) | |
tree | ff31108bce962f98dc72b3a11739d902cbd8ac85 /site/index.html | |
parent | 72c9f4c76d8b09107984b8928c5f1d9cbc78db40 (diff) |
Fix labels of entries in list
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 56f7401..b83f66b 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" "$(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 |