summaryrefslogtreecommitdiffhomepage
path: root/include/footer.html
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-07-30 04:28:43 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-07-30 04:28:43 +0200
commit54fea2f2a3ee0e6b027cd8be0a8a5a89872a8633 (patch)
treea79be8810092ee5ef08ba19b3616bee8c10481e6 /include/footer.html
parent5b4d4b3400acdace76f5970849fcb7f9cefd2c4d (diff)
Try out using m4 for footers
Diffstat (limited to 'include/footer.html')
-rw-r--r--include/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/footer.html b/include/footer.html
index c1c20e2..700ae8a 100644
--- a/include/footer.html
+++ b/include/footer.html
@@ -1,4 +1,4 @@
<small>
Page last edited:
- m4_esyscmd(git log -1 --pretty='format:%cI' Makefile | xargs date +'%A %d %B %Y — %T %Z' -d)
+ m4_esyscmd(git log -1 --pretty='format:%cI' m4___caller__ | xargs date +'%A %d %B %Y — %T %Z' -d)
</small>