diff --git a/site/_docs/permalinks.md b/site/_docs/permalinks.md index 0c01721e..dbcee2e2 100644 --- a/site/_docs/permalinks.md +++ b/site/_docs/permalinks.md @@ -89,9 +89,10 @@ permalink is defined as `/:categories/:year/:month/:day/:title.html`.
- 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. /category1/category2
).
+ Also Jekyll automatically parses out double slashes in the URLs,
+ so if no categories are present, it will ignore this.