Update pagination docs to reflect removal of pagination as runtime dep.

Fixes #4171
This commit is contained in:
Parker Moore 2015-11-20 10:51:16 -08:00
parent 10b147f429
commit c4fe2b0513
1 changed files with 7 additions and 4 deletions

View File

@ -4,10 +4,13 @@ title: Pagination
permalink: /docs/pagination/
---
With many websites—especially blogs—its very common to break the main listing
of posts up into smaller lists and display them over multiple pages. Jekyll has
pagination built-in, so you can automatically generate the appropriate files
and folders you need for paginated listings.
With many websites — especially blogs — its very common to
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 `gems`. For Jekyll 2, this is standard.
<div class="note info">
<h5>Pagination only works within HTML files</h5>