From d99b4324e70760d09cfe3ae537cf849f113f92b1 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 12 May 2013 23:19:38 +0200 Subject: [PATCH] When talking about post excerpts, be singular about it. --- site/docs/posts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/posts.md b/site/docs/posts.md index a03d9350..f465a131 100644 --- a/site/docs/posts.md +++ b/site/docs/posts.md @@ -115,8 +115,8 @@ work](../templates) with Jekyll if you want to know more. ## Post excerpts -Posts automatically take the first block of text, from the beginning of the content -to the first occurrence of `excerpt_separator`, and set it as the `post.excerpt`. +Each post automatically takes the first block of text, from the beginning of the content +to the first occurrence of `excerpt_separator`, and sets it as the `post.excerpt`. Take the above example of an index of posts. Perhaps you want to include a little hint about the post's content by adding the first paragraph of each of your posts: