diff options
author | Arun Isaac | 2023-01-27 01:12:00 +0000 |
---|---|---|
committer | Arun Isaac | 2023-01-27 01:12:00 +0000 |
commit | cf75415265a0d5561728c013f6670e43d314b7cd (patch) | |
tree | 85267de1dac57d44d5a3f1ec42700fa7398c4263 | |
parent | 29ae032d9311a7d33e281052bef77518d0251631 (diff) | |
download | tissue-cf75415265a0d5561728c013f6670e43d314b7cd.tar.gz tissue-cf75415265a0d5561728c013f6670e43d314b7cd.tar.lz tissue-cf75415265a0d5561728c013f6670e43d314b7cd.zip |
website: Link to search interface from home page.
* website/index.skb (Documentation): Link to search interface.
-rw-r--r-- | website/index.skb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/website/index.skb b/website/index.skb index f32a9af..f057627 100644 --- a/website/index.skb +++ b/website/index.skb @@ -27,7 +27,10 @@ engine library"), and is available both as a command-line program and as a web server.]) (section :title "Documentation" :number #f (p [The ,(ref :url "/manual/dev/en/" :text "tissue manual") is -available online.])) +available online.]) + (p [We eat our own dog food too! Search through issues, +documentation and more using our own ,(ref :url "/search" :text +"self-hosted tissue instance").])) (section :title "License" :number #f (p [tissue is free software released under the terms of the ,(ref :url "https://www.gnu.org/licenses/gpl.html" :text "GNU General Public |