summaryrefslogtreecommitdiffhomepage
path: root/include/footer.html
blob: 6b45a2cb89dfb606dd85f6f3fc4ee05f42ccd879 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
m4_define(⁨m4___id__⁩, m4_esyscmd(git rev-list -1 HEAD m4___caller__))
<small>
	Page last edited:
	<a
		href="https://git.thomasvoss.com/www.thomasvoss.com/commit?id=m4___id__"
		target="_blank"
	>
		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…'
		)
	</a>
</small>