From 551fcaa8f3b0ae729698c90ff4ad2cec6e452a98 Mon Sep 17 00:00:00 2001 From: Sea <30443703+seafr@users.noreply.github.com> Date: Mon, 11 Dec 2017 23:10:35 +0400 Subject: [PATCH 1/2] Use gems config key for Jekyll < 3.5.0 (#255) Merge pull request 255 --- docs/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index e2c3d56..e67d534 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -13,6 +13,8 @@ - jekyll-seo-tag ``` +If you are using a Jekyll version less than `3.5.0`, use the `gems` key instead of `plugins`. + 3. Add the following right before `` in your site's template(s): ```liquid From 520e78385b21f86bb7edb934007d99f0b217a9c2 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Mon, 11 Dec 2017 14:10:36 -0500 Subject: [PATCH 2/2] Update history to reflect merge of #255 [ci skip] --- History.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.markdown b/History.markdown index a6b7044..38218f8 100644 --- a/History.markdown +++ b/History.markdown @@ -1,5 +1,9 @@ ## HEAD +### Documentation + + * Use gems config key for Jekyll < 3.5.0 (#255) + ## 2.4.0 / 2017-12-04 ### Minor