docs: categories/tags only with array & comma-separated string
Fixed #3930
This commit is contained in:
parent
14a5646730
commit
47cb3a8fd7
|
@ -109,7 +109,7 @@ front matter of a page or post.
|
|||
the post will act as though it had been set with these categories
|
||||
normally. Categories (plural key) can be specified as a <a
|
||||
href="http://en.wikipedia.org/wiki/YAML#Lists">YAML list</a> or a
|
||||
space-separated string.
|
||||
comma-separated string.
|
||||
|
||||
</p>
|
||||
</td>
|
||||
|
@ -123,7 +123,7 @@ front matter of a page or post.
|
|||
|
||||
Similar to categories, one or multiple tags can be added to a post.
|
||||
Also like categories, tags can be specified as a YAML list or a
|
||||
space-separated string.
|
||||
comma-separated string.
|
||||
|
||||
</p>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue