feat: allow adding extra HTML to the body via configuration
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M frontend/templates/index.gotmpl → frontend/templates/index.gotmpl
@@ -35,6 +35,6 @@ <a href="https://todo.sr.ht/~alanpearce/searchix">Report issues</a> </footer> {{ block "js" . }} {{ end }} - {{ .LiveReload }} + {{ .ExtraBodyHTML }} </body> </html>