about summary refs log tree commit diff stats
path: root/frontend
diff options
context:
space:
mode:
authorAlan Pearce2024-05-12 21:44:57 +0200
committerAlan Pearce2024-05-12 21:44:57 +0200
commit7077a3748fa545e8dee83d4f3464c55b4b459183 (patch)
tree2e6fda93ba9a1a81ea23bd2b4902f6abbbe2e478 /frontend
parentfe79b4509dd580542fa28186673826df603677bb (diff)
downloadsearchix-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.gotmpl2
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>