Merge pull request #5540 from matthewdu/patch-1

Merge pull request 5540
This commit is contained in:
jekyllbot
2016-11-03 09:53:43 -07:00
committed by GitHub

View File

@@ -157,7 +157,7 @@ These are available out-of-the-box to be used in the front matter for a 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="https://en.wikipedia.org/wiki/YAML#Basic_components">YAML list</a> or a
comma-separated string.
space-separated string.
</p>
</td>
@@ -172,7 +172,7 @@ These are available out-of-the-box to be used in the front matter for a post.
Similar to categories, one or multiple tags can be added to a post.
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.
space-separated string.
</p>
</td>