Roll back `gems:` to `plugins:` change in `_config.yml`

- GitHub Pages still doesn't seem to load safe plugins when using `plugins` key
This commit is contained in:
Michael Rose 2017-08-08 20:06:35 -04:00
parent 7b238fe6f8
commit 428b2b0310
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ logo: # path of site logo, e.g. "/assets/images/logo.png"
# Build settings
markdown: kramdown
theme: jekyll-theme-basically-basic
plugins:
gems:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap

View File

@ -51,7 +51,7 @@ permalink: /:categories/:title/
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Plugins
plugins:
gems:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap