Quote example strings

This commit is contained in:
Will Faught
2025-03-02 00:42:00 -08:00
parent 4f8e1df80b
commit a488e2a835

View File

@@ -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.