From d793e16f336189d38a9d43310713dd13e3b7c438 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sat, 7 Feb 2026 15:42:07 -1000 Subject: Add build version footer, deploy ldflags, template test helper, and logs script - Display build commit hash in unobtrusive footer overlay - Inject buildCommit/buildTime via ldflags in deploy.sh - Add assertTemplateContains test helper, refactor existing template tests - Add scripts/logs for fetching production journalctl via SSH Co-Authored-By: Claude Opus 4.6 --- web/templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/templates') diff --git a/web/templates/index.html b/web/templates/index.html index 9c90570..2a07a32 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -308,6 +308,10 @@ +
+ {{.BuildVersion}} +
+ -- cgit v1.2.3