diff --git a/site/_docs/pagination.md b/site/_docs/pagination.md index 2c0ae2b4..25482d01 100644 --- a/site/_docs/pagination.md +++ b/site/_docs/pagination.md @@ -4,10 +4,13 @@ title: Pagination permalink: /docs/pagination/ --- -With many websites—especially blogs—it’s 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 — it’s 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.