diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-02-07 15:42:07 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-02-07 15:42:07 -1000 |
| commit | d793e16f336189d38a9d43310713dd13e3b7c438 (patch) | |
| tree | b1e53d42069619912e683ddd1a58ed67b1873190 /web/templates/index.html | |
| parent | 0620afc98fdc0f764e82807bb0090b78618ddb1d (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'web/templates/index.html')
| -rw-r--r-- | web/templates/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ </div> </div> + <div class="fixed bottom-0 right-0 p-2 text-[10px] text-white/20 pointer-events-none"> + {{.BuildVersion}} + </div> + <script src="/static/js/htmx.min.js"></script> <script src="/static/js/app.js"></script> </body> |
