Merge pull request #3011 from fhemberger/master

This commit is contained in:
Parker Moore 2014-10-20 20:07:09 -07:00
commit 6723db8157
1 changed files with 4 additions and 3 deletions

View File

@ -89,9 +89,10 @@ permalink is defined as `/:categories/:year/:month/:day/:title.html`.
</td>
<td>
<p>
The specified categories for this Post. Jekyll automatically parses
out double slashes in the URLs, so if no categories are present, it
will ignore this.
The specified categories for this Post. If a post has multiple
categories, Jekyll will create a hierarchy (e.g. <code>/category1/category2</code>).
Also Jekyll automatically parses out double slashes in the URLs,
so if no categories are present, it will ignore this.
</p>
</td>
</tr>