From 72c9f4c76d8b09107984b8928c5f1d9cbc78db40 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 25 Jul 2023 20:22:41 +0200 Subject: [PATCH] put date under article --- site/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index fbabe9e..56f7401 100755 --- a/site/index.html +++ b/site/index.html @@ -30,8 +30,8 @@ for file in $(ls -t entries/*.html); do printf "
  • -
    %s
    %s +
    %s
  • " "${file%.*}.html" "$(git log --pretty=format:'%cd' --follow -- "$file" | tail -n 1)" "$title"