From 0ded7f0b44617f374b06ad599950d6e42cc8d8dd Mon Sep 17 00:00:00 2001 From: Yatish Mehta Date: Sat, 25 Jun 2022 08:31:16 -0700 Subject: [PATCH] Fix typos (#946) --- content/posts/papermod/papermod-features/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/papermod/papermod-features/index.md b/content/posts/papermod/papermod-features/index.md index bfc4c430..f9ad2760 100644 --- a/content/posts/papermod/papermod-features/index.md +++ b/content/posts/papermod/papermod-features/index.md @@ -158,7 +158,7 @@ params: ### Search Page -PaperMod uses [Fuse.js Basic](https://fusejs.io/getting-started/different-builds.html#explanation-of-different-builds) for seach functionality +PaperMod uses [Fuse.js Basic](https://fusejs.io/getting-started/different-builds.html#explanation-of-different-builds) for search functionality Add the following to site config, `config.yml` @@ -183,7 +183,7 @@ placeholder: "placeholder text in search input box" --- ``` -To hide a particular page from being searched, add it in post's fron't matter +To hide a particular page from being searched, add it in post's frontmatter ```yml --- @@ -195,7 +195,7 @@ ex: [search.md](https://raw.githubusercontent.com/adityatelange/hugo-PaperMod/ex > Search Page also has Key bindings: > > - Arrow keys to move up/down the list -> - Enter key (return) or Right Arrow key to Go to highlighted page +> - Enter key (return) or Right Arrow key to go to the highlighted page > - Escape key to clear searchbox and results For Multilingual use `search..md` ex. `search.es.md`.