Clarify which version of Jekyll needs 'jekyll-paginate' (#9477)
Merge pull request 9477
This commit is contained in:
parent
e57890a290
commit
d0afea2b03
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue