From e3f9c452b6fd739911e6327566a2a428849b3036 Mon Sep 17 00:00:00 2001 From: Tushar Prajapati Date: Wed, 7 Nov 2018 19:48:37 +0530 Subject: [PATCH] Update posts.md (#7360) Merge pull request 7360 --- 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 f6ae4b5e..9274ecd3 100644 --- a/docs/_docs/posts.md +++ b/docs/_docs/posts.md @@ -140,7 +140,7 @@ tags: [hot, summer] ``` Jekyll makes the categories available to us at `site.categories`. Iterating over -`site.categories` on a page gives as another array with two items, the first +`site.categories` on a page gives us another array with two items, the first item is the name of the category and the second item is an array of posts in that category.