Skip to content

Commit

Permalink
Merge branch 'master' into jekyll-seo-tag-v2-5-0
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr authored Jun 29, 2018
2 parents 7a08844 + e0063ba commit d011ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github-pages/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def configure_plugins(config)
# Ensure we have those gems we want.
config["plugins"] = Array(config["plugins"]) | DEFAULT_PLUGINS

# To minimize erorrs, lazy-require jekyll-remote-theme if requested by the user
# To minimize errors, lazy-require jekyll-remote-theme if requested by the user
config["plugins"].push("jekyll-remote-theme") if config.key? "remote_theme"

return unless development?
Expand Down

0 comments on commit d011ba7

Please sign in to comment.