From 06f39fb1a9637153416ac99ed64ac8d746b9c63d Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 16 Dec 2022 16:53:22 -0800 Subject: [PATCH] Move paige_hide_search param to single params --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f2f4623..029ff789 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,6 @@ Optional page parameters: ```yaml link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title -paige_hide_search: true # Don't include this page in search results paige_math: true # Enable math typesetting with KaTeX paige_toc: true # Show a table of contents if there are any headers ``` @@ -211,6 +210,7 @@ Additional optional single page parameters: ```yaml paige_hide_rss: true # Don't include this page in RSS feeds +paige_hide_search: true # Don't include this page in search results ``` Example `config.yaml`: