diff options
author | Alan Pearce | 2025-03-10 14:05:17 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-10 14:05:17 +0100 |
commit | 05a32bda78911772cb8b09f37bacbcf851a4ddba (patch) | |
tree | 11dcef029c4d47e25d361653717263525707be05 /internal/components/homepage.templ | |
parent | 0de558cbda214106f46d26ace622df5dbb3266fd (diff) | |
download | searchix-05a32bda78911772cb8b09f37bacbcf851a4ddba.tar.lz searchix-05a32bda78911772cb8b09f37bacbcf851a4ddba.tar.zst searchix-05a32bda78911772cb8b09f37bacbcf851a4ddba.zip |
feat: default to combined search on root path
Diffstat (limited to 'internal/components/homepage.templ')
-rw-r--r-- | internal/components/homepage.templ | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/internal/components/homepage.templ b/internal/components/homepage.templ deleted file mode 100644 index 1cc2b9e..0000000 --- a/internal/components/homepage.templ +++ /dev/null @@ -1,10 +0,0 @@ -package components - -templ Homepage(tdata TemplateData) { - @Page(tdata) { - <p> - Search Nix Packages and options from NixOS, Darwin and Home-Manager - </p> - <a href="https://git.sr.ht/~alanpearce/searchix">Source code</a> - } -} |