Change category to categories

- Fixes #124
This commit is contained in:
Michael Rose 2015-02-23 10:33:53 -05:00
parent a0c5c28430
commit fa96bbe82e

View file

@ -194,7 +194,7 @@ These two layouts are very similar. Both have an author sidebar, allow for large
In the sample posts folder you may have noticed `categories: articles` in the YAML front matter. Categories can be used to group posts into sub-folders. If you decide to rename or add categories you will need to create new category index pages.
For example. Say you want to group all your posts under blog/ instead of articles/. In your post add `category: blog` to the YAML front matter, rename or duplicate articles/index.md to blog/index.md and update the *for loop* to limit posts to just the blog category.
For example. Say you want to group all your posts under blog/ instead of articles/. In your post add `categories: blog` to the YAML front matter, rename or duplicate articles/index.md to blog/index.md and update the *for loop* to limit posts to just the blog category.
{% highlight text %}
{% raw %}