Replace Michael Bluth with Will Faught

This commit is contained in:
Will Faught
2023-02-22 21:21:36 -08:00
parent b59a671ed7
commit c921fe37b7
16 changed files with 22 additions and 22 deletions

View File

@@ -342,8 +342,8 @@ Optional site parameters:
```yaml
authors:
michael_bluth:
name: "Michael Bluth"
will_faught:
name: "Will Faught"
default: false # Credit this author in pages that have no authors parameter
```
@@ -353,9 +353,9 @@ Optional page parameters:
```yaml
authors:
- "michael_bluth" # Credit the corresponding author in the site parameters
- author: "michael_bluth" # Credit the corresponding author in the site parameters
- name: "Michael Bluth" # Credit this author
- "will_faught" # Credit the corresponding author in the site parameters
- author: "will_faught" # Credit the corresponding author in the site parameters
- name: "Will Faught" # Credit this author
link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title
```