diff options
| author | Sam Scholten | 2026-06-17 14:14:27 +1000 |
|---|---|---|
| committer | Sam Scholten | 2026-06-17 14:14:27 +1000 |
| commit | f8f03e198712dffcf36f71267db759930eff06eb (patch) | |
| tree | 30cff998f6644c18dc4c7e52aafbd29ce21f9f15 /templates/index.html | |
| parent | decc46c876e7b5552f5f5ecac4ee4f1a64ad1d62 (diff) | |
| download | abvjt-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/index.html')
| -rw-r--r-- | templates/index.html | 1 |
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> — data from <a href="https://wos-help.webofscience.com/WOKRS535R111/help/WOS/A_abrvjt.html">Web of Science</a> +{{if .Footer}} — {{.Footer}}{{end}} </footer> <script> const form = document.getElementById('searchForm'); |
