summaryrefslogtreecommitdiffhomepage
path: root/include/footer.gsp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-04 01:05:57 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-04 01:05:57 +0200
commitcc894301de253e3f7ecebd045b85c5c0936e9ad1 (patch)
tree592bdade633e250e6c7742884797b66fbea46664 /include/footer.gsp
parentb465ff37b4f8cfdb3f230475fd5c60a10665fd7e (diff)
Change the footer date format
Diffstat (limited to 'include/footer.gsp')
-rw-r--r--include/footer.gsp4
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…'
)
}
}