Docs: Clarify behavior of 'categories' in permalinks
This commit is contained in:
parent
90b6723288
commit
1d726a87b9
|
@ -89,9 +89,10 @@ permalink is defined as `/:categories/:year/:month/:day/:title.html`.
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
The specified categories for this Post. Jekyll automatically parses
|
The specified categories for this Post. If a post has multiple
|
||||||
out double slashes in the URLs, so if no categories are present, it
|
categories, Jekyll will create a hierarchy (e.g. <code>/category1/category2</code>).
|
||||||
will ignore this.
|
Also Jekyll automatically parses out double slashes in the URLs,
|
||||||
|
so if no categories are present, it will ignore this.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue