Merge pull request #5452 from danayel/change-yaml-list-link
Merge pull request 5452
This commit is contained in:
commit
41d0ba66ea
|
@ -156,7 +156,7 @@ These are available out-of-the-box to be used in the front matter for a post.
|
||||||
more categories that the post belongs to. When the site is generated
|
more categories that the post belongs to. When the site is generated
|
||||||
the post will act as though it had been set with these categories
|
the post will act as though it had been set with these categories
|
||||||
normally. Categories (plural key) can be specified as a <a
|
normally. Categories (plural key) can be specified as a <a
|
||||||
href="https://en.wikipedia.org/wiki/YAML#Lists">YAML list</a> or a
|
href="https://en.wikipedia.org/wiki/YAML#Basic_components">YAML list</a> or a
|
||||||
comma-separated string.
|
comma-separated string.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
@ -170,7 +170,8 @@ These are available out-of-the-box to be used in the front matter for a post.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Similar to categories, one or multiple tags can be added to a 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
|
Also like categories, tags can be specified as a <a
|
||||||
|
href="https://en.wikipedia.org/wiki/YAML#Basic_components">YAML list</a> or a
|
||||||
comma-separated string.
|
comma-separated string.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue