From f4fe55dcdb4cfa0055b87dc4365243a10318dc6d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 25 Jul 2023 20:23:30 +0200 Subject: [PATCH] Fix labels of entries in list --- site/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
%s
-" "${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