Docs: Use gems config key for Jekyll < 3.5.0

This commit is contained in:
Frank Taillandier 2017-11-04 16:17:10 +01:00 committed by GitHub
parent 7313ee7e50
commit 7be44391de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
- jekyll-seo-tag
```
:bulb: 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 `</head>` in your site's template(s):
```liquid