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] 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