From a488e2a835da2bec17e4326acdbf10dd5a7d5896 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 2 Mar 2025 00:42:00 -0800 Subject: [PATCH] Quote example strings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eac219f4..17df913c 100644 --- a/README.md +++ b/README.md @@ -354,9 +354,9 @@ Parameters specific to author term pages (if the "authors" taxonomy is configure ```toml [paige.author] -email = "" # Example: example@example.com -name = "" # Example: John Doe -url = "" # Example: https://example.com +email = "" # Example: "example@example.com" +name = "" # Example: "John Doe" +url = "" # Example: "https://example.com" ``` The assigned values shown are the default values.