Use 'keywords' instead of 'tags' in YAML metadata example.
Unlike `tags`, `keywords` is used in some of the writers and default templates. Closes #4779.
This commit is contained in:
parent
a007cd7ad6
commit
eef8adaad8
1 changed files with 1 additions and 1 deletions
|
@ -3082,7 +3082,7 @@ when the field contains blank lines or block-level formatting:
|
|||
author:
|
||||
- Author One
|
||||
- Author Two
|
||||
tags: [nothing, nothingness]
|
||||
keywords: [nothing, nothingness]
|
||||
abstract: |
|
||||
This is the abstract.
|
||||
|
||||
|
|
Loading…
Reference in a new issue