all repos — searchix @ 7077a3748fa545e8dee83d4f3464c55b4b459183

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: allow adding extra HTML to the body via configuration

Alan Pearce
commit

7077a3748fa545e8dee83d4f3464c55b4b459183

parent

fe79b4509dd580542fa28186673826df603677bb

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M frontend/templates/index.gotmplfrontend/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>