Skip to content

Commit

Permalink
Clarify which version of Jekyll needs 'jekyll-paginate' (#9477)
Browse files Browse the repository at this point in the history
Merge pull request 9477
  • Loading branch information
Kronopath committed Oct 31, 2023
1 parent e57890a commit d0afea2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/_docs/pagination.md
Expand Up @@ -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.

<div class="note info">
<h5>Pagination only works within HTML files</h5>
Expand Down

0 comments on commit d0afea2

Please sign in to comment.