Skip to content

Commit a313fa9

Browse files
committed
Documentation
1 parent 9ab19e6 commit a313fa9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/setup/setting-up-a-blog.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1076,10 +1076,11 @@ post with one or multiple [authors]. First, create the
10761076
[`.authors.yml`][authors_file] file in your blog directory, and add an author:
10771077

10781078
``` yaml
1079-
squidfunk:
1080-
name: Martin Donath
1081-
description: Creator
1082-
avatar: https://github.com/squidfunk.png
1079+
authors:
1080+
squidfunk:
1081+
name: Martin Donath
1082+
description: Creator
1083+
avatar: https://github.com/squidfunk.png
10831084
```
10841085

10851086
The [`.authors.yml`][authors_file] file associates each author with an

0 commit comments

Comments
 (0)