diff --git a/docs/_docs/pagination.md b/docs/_docs/pagination.md index b05b6bb2..c60b47e0 100644 --- a/docs/_docs/pagination.md +++ b/docs/_docs/pagination.md @@ -9,7 +9,7 @@ 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. +your `_config.yml` under `plugins`. For Jekyll 2, this is standard.
Pagination only works within HTML files