Clarify which version of Jekyll needs 'jekyll-paginate' (#9477)

Merge pull request 9477
This commit is contained in:
Gabriel B. Nunes 2023-10-31 08:48:45 -07:00 committed by GitHub
parent e57890a290
commit d0afea2b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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 multiple pages. Jekyll offers a pagination plugin, so you can automatically
generate the appropriate files and folders you need for paginated listings. generate the appropriate files and folders you need for paginated listings.
For Jekyll 3, include the `jekyll-paginate` plugin in your Gemfile and in For Jekyll 3 or higher, include the `jekyll-paginate` plugin in your
your `_config.yml` under `plugins`. For Jekyll 2, this is standard. Gemfile and in your `_config.yml` under `plugins`. For Jekyll 2, this is
standard.
<div class="note info"> <div class="note info">
<h5>Pagination only works within HTML files</h5> <h5>Pagination only works within HTML files</h5>