diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-04 01:05:57 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-04 01:05:57 +0200 |
commit | cc894301de253e3f7ecebd045b85c5c0936e9ad1 (patch) | |
tree | 592bdade633e250e6c7742884797b66fbea46664 /include | |
parent | b465ff37b4f8cfdb3f230475fd5c60a10665fd7e (diff) |
Change the footer date format
Diffstat (limited to 'include')
-rw-r--r-- | include/footer.gsp | 4 |
1 files 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…' ) } } |