diff options
author | Alan Pearce | 2024-05-12 21:44:57 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-12 21:44:57 +0200 |
commit | 7077a3748fa545e8dee83d4f3464c55b4b459183 (patch) | |
tree | 2e6fda93ba9a1a81ea23bd2b4902f6abbbe2e478 /frontend | |
parent | fe79b4509dd580542fa28186673826df603677bb (diff) | |
download | searchix-7077a3748fa545e8dee83d4f3464c55b4b459183.tar.lz searchix-7077a3748fa545e8dee83d4f3464c55b4b459183.tar.zst searchix-7077a3748fa545e8dee83d4f3464c55b4b459183.zip |
feat: allow adding extra HTML to the body via configuration
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/templates/index.gotmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/templates/index.gotmpl b/frontend/templates/index.gotmpl index dbe182a..8bff09c 100644 --- a/frontend/templates/index.gotmpl +++ b/frontend/templates/index.gotmpl @@ -35,6 +35,6 @@ </footer> {{ block "js" . }} {{ end }} - {{ .LiveReload }} + {{ .ExtraBodyHTML }} </body> </html> |