diff options
author | Alan Pearce | 2024-05-07 21:02:31 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-07 21:02:31 +0200 |
commit | 48b22d9ad78e4f3bdb6ca5bbd5ab642b1f991715 (patch) | |
tree | e5cf5222d7db8adcba5641032ae6666042719a54 /frontend/templates/index.gotmpl | |
parent | 4f55e5d85cacd213e2b670e6e952f2ec4d29db4d (diff) | |
download | searchix-48b22d9ad78e4f3bdb6ca5bbd5ab642b1f991715.tar.lz searchix-48b22d9ad78e4f3bdb6ca5bbd5ab642b1f991715.tar.zst searchix-48b22d9ad78e4f3bdb6ca5bbd5ab642b1f991715.zip |
style: make page wider and header shorter
Diffstat (limited to 'frontend/templates/index.gotmpl')
-rw-r--r-- | frontend/templates/index.gotmpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/frontend/templates/index.gotmpl b/frontend/templates/index.gotmpl index c7de63c..77e1265 100644 --- a/frontend/templates/index.gotmpl +++ b/frontend/templates/index.gotmpl @@ -9,11 +9,9 @@ </head> <body> <header> - <h1>Searchix</h1> - <p>Search Nix Packages and options from NixOS, Darwin and Home-Manager</p> <nav> - <a href="/">Home</a> - <a href="/search/nixos">NixOS Options</a> + <h1><a href="/">Searchix</a></h1> + <a href="/search/nixos">NixOS</a> </nav> </header> <main> |