From 2fc958c47142b5e1d5646e018e3c434e73dc71c3 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Wed, 17 Jun 2026 14:14:15 +1000 Subject: Add --footer flag for custom HTML footer in web UI Allows deploying with contextual links (e.g. blog post, homepage). Also adds links to live instance and blog post in README. --- cmds/templates/results.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmds/templates/results.html') diff --git a/cmds/templates/results.html b/cmds/templates/results.html index 13f68e0..1cc6250 100644 --- a/cmds/templates/results.html +++ b/cmds/templates/results.html @@ -274,6 +274,11 @@ {{end}} +{{if .Footer}} + +{{end}} {{end}} -- cgit v1.2.3