From cc894301de253e3f7ecebd045b85c5c0936e9ad1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Oct 2023 01:05:57 +0200 Subject: Change the footer date format --- include/footer.gsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/footer.gsp b/include/footer.gsp index f613fcf..9643dad 100644 --- a/include/footer.gsp +++ b/include/footer.gsp @@ -7,8 +7,8 @@ small {- {- m4_esyscmd( git log -1 --pretty='format:%cI' m4___caller__ \ - | ifne xargs date +'%A %d %B %Y — %T %Z' -d \ - | ifne -n echo 'No commit yet…' + | ifne xargs date +'%-d %B %Y (%A) — %T %Z' -d \ + | ifne -n echo 'No commit yet…' ) } } -- cgit v1.2.3