Docs: Mention previous config key for plugins

fix #6674
This commit is contained in:
Frank Taillandier 2018-01-06 10:35:41 +01:00 committed by GitHub
parent 7f39de67d6
commit 4dccca27e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ You have 3 options for installing plugins:
here. Any file ending in `*.rb` inside this directory will be loaded before here. Any file ending in `*.rb` inside this directory will be loaded before
Jekyll generates your site. Jekyll generates your site.
2. In your `_config.yml` file, add a new array with the key `plugins` and the 2. In your `_config.yml` file, add a new array with the key `plugins` (or `gems`for Jekyll < `3.5.0`) and the
values of the gem names of the plugins you'd like to use. An example: values of the gem names of the plugins you'd like to use. An example:
```yaml ```yaml