From 5d5d975672119ba069617d82efca809cee8d7ca4 Mon Sep 17 00:00:00 2001 From: Kaben Date: Fri, 7 Oct 2022 15:04:40 +0900 Subject: [PATCH] Update posts.md (#9151) Merge pull request 9151 --- docs/_docs/posts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/posts.md b/docs/_docs/posts.md index b4252492..9ff230ad 100644 --- a/docs/_docs/posts.md +++ b/docs/_docs/posts.md @@ -168,7 +168,7 @@ Categories of a post work similar to the tags above: *The similarity between categories and tags however, ends there.* Unlike tags, categories for posts can also be defined by a post's file path. -Any directory above `_post` will be read-in as a category. For example, +Any directory above `_posts` will be read-in as a category. For example, if a post is at path `movies/horror/_posts/2019-05-21-bride-of-chucky.markdown`, then `movies` and `horror` are automatically registered as categories for that post.