all repos — searchix @ 4f55e5d85cacd213e2b670e6e952f2ec4d29db4d

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

style: add more text to homepage and footer

Alan Pearce
commit

4f55e5d85cacd213e2b670e6e952f2ec4d29db4d

parent

771ef706d7c70f583dad956077eaf79fc4fdc093

1 file changed, 10 insertions(+), 2 deletions(-)

jump to
M frontend/templates/index.gotmplfrontend/templates/index.gotmpl
@@ -18,10 +18,18 @@ </nav>
</header> <main> {{ block "main" . }} - <p>Hello!</p> + <p> + Search Nix Packages and options from NixOS, Darwin and Home-Manager + </p> + <a href="https://codeberg.org/alanpearce/searchix">Source code</a> {{ end }} </main> - <footer>Made by <a href="https://alanpearce.eu">Alan Pearce</a></footer> + <footer> + Made by <a href="https://alanpearce.eu">Alan Pearce</a>. + <a href="https://codeberg.org/alanpearce/searchix/issues" + >Report issues</a + > + </footer> {{ block "js" . }} {{ end }} {{ .LiveReload }}