diff options
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> |