all repos — searchix @ 9a7b37e5190d0a712a2188c5d9ca4c5f6e93bf66

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

style: add a footer

Alan Pearce
commit

9a7b37e5190d0a712a2188c5d9ca4c5f6e93bf66

parent

2430f46a9948b38b06880606a95dec357d01f619

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M frontend/templates/index.gotmplfrontend/templates/index.gotmpl
@@ -23,6 +23,7 @@ <button>Search</button>
</form> <div id="results">{{ block "results" . }}{{ end }}</div> </main> + <footer>Made by <a href="https://alanpearce.eu">Alan Pearce</a></footer> <script src="/static/search.js" defer></script> {{ .LiveReload }} </body>