diff options
author | Alan Pearce | 2024-05-07 21:01:42 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-07 21:01:42 +0200 |
commit | 4f55e5d85cacd213e2b670e6e952f2ec4d29db4d (patch) | |
tree | a8b48ad1d43991fc2d963861143f277f62aa563e /frontend | |
parent | 771ef706d7c70f583dad956077eaf79fc4fdc093 (diff) | |
download | searchix-4f55e5d85cacd213e2b670e6e952f2ec4d29db4d.tar.lz searchix-4f55e5d85cacd213e2b670e6e952f2ec4d29db4d.tar.zst searchix-4f55e5d85cacd213e2b670e6e952f2ec4d29db4d.zip |
style: add more text to homepage and footer
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/templates/index.gotmpl | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/frontend/templates/index.gotmpl b/frontend/templates/index.gotmpl index 3c2840a..c7de63c 100644 --- a/frontend/templates/index.gotmpl +++ b/frontend/templates/index.gotmpl @@ -18,10 +18,18 @@ </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 }} |