summaryrefslogtreecommitdiffhomepage
path: root/include/footer.gsp
diff options
context:
space:
mode:
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…'
)
}
}