From 7442a6b8e545bf7334db726cddca165b463a4bf8 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 9 Mar 2025 23:25:46 -0700 Subject: [PATCH] Change "specific to" to "for" --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19a347f2..38fafabf 100644 --- a/README.md +++ b/README.md @@ -356,14 +356,14 @@ disable_word_count = false The parameter object is accessed in site parameters as `[params.paige]`, and in page parameters as `[paige]`. -Parameters specific to pages: +Parameters for pages: ```toml id = "" # ID used in feeds. Defaults to the relative permalink. link = "" # URL for an anchor around the title. Example: "https://youtu.be/dQw4w9WgXcQ". ``` -Parameters specific to terms of the authors taxonomy: +Parameters for terms of the authors taxonomy: ```toml [paige.author] @@ -373,7 +373,7 @@ name = "" # Used in feeds. Example: "John Doe". url = "" # Used in Atom feeds. Example: "https://example.com". ``` -Parameters specific to menus: +Parameters for menus: ```toml [paige]