Add missing colon
This commit is contained in:
parent
32d15a5501
commit
030810821f
|
@ -359,7 +359,7 @@ addition of the following to display an author picture:
|
||||||
```yaml
|
```yaml
|
||||||
author:
|
author:
|
||||||
name: John Doe
|
name: John Doe
|
||||||
picture /assets/images/johndoe.png
|
picture: /assets/images/johndoe.png
|
||||||
```
|
```
|
||||||
|
|
||||||
Recommended `picture` size is approximately `300 x 300` pixels. If `author`
|
Recommended `picture` size is approximately `300 x 300` pixels. If `author`
|
||||||
|
|
Loading…
Reference in New Issue