From a9f51d13e2fada65a6ae64996c0d8ece422a51ce Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 16 Jan 2025 08:28:26 -0800 Subject: [PATCH] Fix typo --- content/en/tools/search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tools/search.md b/content/en/tools/search.md index 614bc511c..b59995628 100644 --- a/content/en/tools/search.md +++ b/content/en/tools/search.md @@ -41,7 +41,7 @@ A static website with a dynamic search function? Yes, Hugo provides an alternati : A simple client-side search solution, using FuseJS (does not require jQuery). [Hugo Lyra](https://github.com/paolomainardi/hugo-lyra) -: Hugo-Lyra is a JavaScript module to integrate [Lyra](https://github.com/LyraSearch/lyra) into a Hugo website. It contains the server-side part to generate the index and the client-side library (optional) to bootstrap the search engine easily. +: Hugo-Lyra is a JavaScript module to integrate [Lyra](https://github.com/LyraSearch/lyra) into a Hugo website. It contains the server-side part to generate the index and the client side library (optional) to bootstrap the search engine easily. [INFINI Pizza for WebAssembly](https://github.com/infinilabs/pizza-docsearch) : Pizza is a super-lightweight yet fully featured search engine written in Rust. You can quickly add offline search functionality to your Hugo website in just five minutes with only three lines of code. For a step-by-step guide on integrating it with Hugo, check out [this blog tutorial](https://dev.to/medcl/adding-search-functionality-to-a-hugo-static-site-based-on-infini-pizza-for-webassembly-4h5e).