about summary refs log tree commit diff stats
path: root/frontend
diff options
context:
space:
mode:
authorAlan Pearce2024-05-07 21:01:42 +0200
committerAlan Pearce2024-05-07 21:01:42 +0200
commit4f55e5d85cacd213e2b670e6e952f2ec4d29db4d (patch)
treea8b48ad1d43991fc2d963861143f277f62aa563e /frontend
parent771ef706d7c70f583dad956077eaf79fc4fdc093 (diff)
downloadsearchix-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.gotmpl12
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 }}