Add missing string quotes
This commit is contained in:
@@ -177,10 +177,10 @@ Optional site parameters:
|
|||||||
```yaml
|
```yaml
|
||||||
authors:
|
authors:
|
||||||
michael_bluth:
|
michael_bluth:
|
||||||
name: Michael Bluth
|
name: "Michael Bluth"
|
||||||
default: true # Credit this author in pages that have no authors parameter
|
default: true # Credit this author in pages that have no authors parameter
|
||||||
george_bluth:
|
george_bluth:
|
||||||
name: George Bluth
|
name: "George Bluth"
|
||||||
paige:
|
paige:
|
||||||
analytics:
|
analytics:
|
||||||
chartbeat: # chartbeat.com
|
chartbeat: # chartbeat.com
|
||||||
|
Reference in New Issue
Block a user