From d0afea2b0388bb2a059953f335c552b107d926e3 Mon Sep 17 00:00:00 2001 From: "Gabriel B. Nunes" Date: Tue, 31 Oct 2023 08:48:45 -0700 Subject: [PATCH] Clarify which version of Jekyll needs 'jekyll-paginate' (#9477) Merge pull request 9477 --- docs/_docs/pagination.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/_docs/pagination.md b/docs/_docs/pagination.md index a9ec1a7e..b82c6db6 100644 --- a/docs/_docs/pagination.md +++ b/docs/_docs/pagination.md @@ -8,8 +8,9 @@ break the main listing of posts up into smaller lists and display them over multiple pages. Jekyll offers a pagination plugin, so you can automatically generate the appropriate files and folders you need for paginated listings. -For Jekyll 3, include the `jekyll-paginate` plugin in your Gemfile and in -your `_config.yml` under `plugins`. For Jekyll 2, this is standard. +For Jekyll 3 or higher, include the `jekyll-paginate` plugin in your +Gemfile and in your `_config.yml` under `plugins`. For Jekyll 2, this is +standard.
Pagination only works within HTML files