From 2ed5f33da649326ccf647681696cdbf75c7c0d9a Mon Sep 17 00:00:00 2001 From: Michael Nordmeyer Date: Fri, 5 Jan 2024 22:57:53 +0100 Subject: [PATCH] Add docs version to pages_excerpts feature (#9520) Merge pull request 9520 --- docs/_docs/pages.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/_docs/pages.md b/docs/_docs/pages.md index 7b217288..b4f771d9 100644 --- a/docs/_docs/pages.md +++ b/docs/_docs/pages.md @@ -35,7 +35,6 @@ 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 +## Excerpts for pages {%- include docs_version_badge.html version="4.1.1" -%} -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. +One can *choose* to generate excerpts for their pages by setting `page_excerpts` to `true` in their config file.