Change inline page authors from strings to maps

This commit is contained in:
Will Faught
2022-12-30 00:03:30 -08:00
parent 887be3eb42
commit 522328aaad
2 changed files with 12 additions and 3 deletions

View File

@@ -249,8 +249,9 @@ Optional page parameters:
```yaml
authors: [
"Michael Bluth", # Credit this name exactly
"george_bluth" # Credit the corresponding author name in the site parameters
"michael_bluth", # Credit the corresponding author name in the site parameters
{"author": "michael_bluth"}, # Credit the corresponding author name in the site parameters
{"name": "Lucille Bluth"} # Credit this author name
]
link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title
paige: