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
commit c0341ad9f4
1 changed files with 2 additions and 2 deletions

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 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#Basic_components">YAML list</a> or a href="https://en.wikipedia.org/wiki/YAML#Basic_components">YAML list</a> or a
comma-separated string. space-separated string.
</p> </p>
</td> </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. Similar to categories, one or multiple tags can be added to a post.
Also like categories, tags can be specified as a <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 href="https://en.wikipedia.org/wiki/YAML#Basic_components">YAML list</a> or a
comma-separated string. space-separated string.
</p> </p>
</td> </td>