|
|
@ -354,9 +354,9 @@ Parameters specific to author term pages (if the "authors" taxonomy is configure
|
|
|
|
|
|
|
|
|
|
|
|
```toml
|
|
|
|
```toml
|
|
|
|
[paige.author]
|
|
|
|
[paige.author]
|
|
|
|
email = "" # Example: example@example.com
|
|
|
|
email = "" # Example: "example@example.com"
|
|
|
|
name = "" # Example: John Doe
|
|
|
|
name = "" # Example: "John Doe"
|
|
|
|
url = "" # Example: https://example.com
|
|
|
|
url = "" # Example: "https://example.com"
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
The assigned values shown are the default values.
|
|
|
|
The assigned values shown are the default values.
|
|
|
|