about summary refs log tree commit diff stats
path: root/frontend/templates/index.gotmpl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/templates/index.gotmpl')
-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 }}