diff options
| author | Sam Scholten | 2026-06-17 14:29:39 +1000 |
|---|---|---|
| committer | Sam Scholten | 2026-06-17 14:29:39 +1000 |
| commit | 839c29eea2cdb3c3a457a6fada476d90527173c8 (patch) | |
| tree | 48374eb092fd65d44bc4c83fe290092c5ab71304 /templates/index.html | |
| parent | f8f03e198712dffcf36f71267db759930eff06eb (diff) | |
| download | abvjt-839c29eea2cdb3c3a457a6fada476d90527173c8.tar.gz abvjt-839c29eea2cdb3c3a457a6fada476d90527173c8.zip | |
Restructure footer: attribution line then author/source links
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index 5426164..d0fbd54 100644 --- a/templates/index.html +++ b/templates/index.html @@ -98,9 +98,7 @@ </form> <div id="results"></div> <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}} + 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'); |
