From 7e3198eaf772320bb87143b4331af87450a811bd Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 16 Jan 2025 08:34:11 -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 b59995628..1b89a92ca 100644 --- a/content/en/tools/search.md +++ b/content/en/tools/search.md @@ -38,7 +38,7 @@ A static website with a dynamic search function? Yes, Hugo provides an alternati : A usability and speed update to "GitHub Gist for Fuse.js integration" — global, keyboard-optimized search. [JS & Fuse.js tutorial](https://makewithhugo.com/add-search-to-a-hugo-site/) -: A simple client-side search solution, using FuseJS (does not require jQuery). +: 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.