aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSam Scholten2026-06-17 14:14:27 +1000
committerSam Scholten2026-06-17 14:14:27 +1000
commitf8f03e198712dffcf36f71267db759930eff06eb (patch)
tree30cff998f6644c18dc4c7e52aafbd29ce21f9f15 /templates
parentdecc46c876e7b5552f5f5ecac4ee4f1a64ad1d62 (diff)
downloadabvjt-f8f03e198712dffcf36f71267db759930eff06eb.tar.gz
abvjt-f8f03e198712dffcf36f71267db759930eff06eb.zip
Add --footer flag for custom HTML footer in web UI
Allows deploying with contextual links (e.g. homepage).
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index cccd378..5426164 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -100,6 +100,7 @@
<footer>
<a href="/api/health">health</a> &mdash;
data from <a href="https://wos-help.webofscience.com/WOKRS535R111/help/WOS/A_abrvjt.html">Web of Science</a>
+{{if .Footer}} &mdash; {{.Footer}}{{end}}
</footer>
<script>
const form = document.getElementById('searchForm');