From eac51ba1896c9fa1c4e59e4c1a07ba6e73da884c Mon Sep 17 00:00:00 2001 From: Sid Verma Date: Thu, 3 Aug 2017 18:10:14 +0530 Subject: [PATCH] Update deprecated gems key to plugins. (#6262) Merge pull request 6262 --- docs/_docs/pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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