Disable page excerpts by default (#8222)

Merge pull request 8222
This commit is contained in:
Ashwin Maroli
2020-06-04 14:27:10 +05:30
committed by GitHub
parent 4b57a4187e
commit 8b22c9dcd5
3 changed files with 17 additions and 5 deletions

View File

@@ -35,6 +35,11 @@ If you have a lot of pages, you can organize them into subfolders. The same subf
You might want to have a particular folder structure for your source files that changes for the built site. With [permalinks](/docs/permalinks) you have full control of the output URL.
## Excerpts for pages
From Jekyll 4.1.1 onwards, one can *choose* to generate excerpts for their pages by setting `page_excerpts` to `true` in their
config file.
## Liquid Representation
From Jekyll 4.1 onwards, there is a minor change in how instances of `Jekyll::Page` are exposed to layouts and other Liquid