Update doc about categories and tags

This commit is contained in:
Matthew Du 2016-11-03 22:02:46 +08:00
parent e523b22510
commit d55cfe5154
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>