diff options
-rw-r--r-- | include/footer.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/footer.html b/include/footer.html index 9557e17..e3235e1 100644 --- a/include/footer.html +++ b/include/footer.html @@ -7,7 +7,8 @@ m4_define(`m4___id__', m4_esyscmd(git rev-list -1 HEAD m4___caller__)) > m4_esyscmd( git log -1 --pretty='format:%cI' m4___caller__ \ - | xargs date +'%A %d %B %Y — %T %Z' -d + | ifne xargs date +'%A %d %B %Y — %T %Z' -d \ + | ifne -n echo 'No commit yet…' ) </a> </small> |