From e37866e3f9028c6c990e55f58980e4250954546f Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Mar 2025 17:38:16 -0800 Subject: [PATCH] Clarify default values may not be shown --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7aee442..666dbc3e 100644 --- a/README.md +++ b/README.md @@ -352,7 +352,7 @@ id = "" # ID used in feeds. Defaults to the relative permalink. link = "" # URL for an anchor around the title. Example: "https://youtu.be/dQw4w9WgXcQ". ``` -The assigned values shown are the default values. +The assigned values shown are the default values unless otherwise specified. Parameters specific to author term pages (if the "authors" taxonomy is configured): @@ -363,7 +363,7 @@ name = "" # Example: "John Doe" url = "" # Example: "https://example.com" ``` -The assigned values shown are the default values. +The assigned values shown are the default values unless otherwise specified. Parameters specific to menus: @@ -376,7 +376,7 @@ header_above = "" # Example: "My Header" header_below = "" # Example: "My Other Header" ``` -The assigned values shown are the default values. +The assigned values shown are the default values unless otherwise specified. ### Menu