diff --git a/docs/_docs/posts.md b/docs/_docs/posts.md index 854fb665..31821a45 100644 --- a/docs/_docs/posts.md +++ b/docs/_docs/posts.md @@ -207,7 +207,8 @@ filter by tags or any other variable created with extensions. ## Post excerpts 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`. +the content to the first occurrence of `excerpt_separator`, and sets it in the +post's data hash. 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: diff --git a/docs/_docs/variables.md b/docs/_docs/variables.md index 0fac9e66..a53d9285 100644 --- a/docs/_docs/variables.md +++ b/docs/_docs/variables.md @@ -250,7 +250,7 @@ following is a reference of the available data.

page.excerpt

- The un-rendered excerpt of the Page. + The un-rendered excerpt of a document.