Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
When adding a new plugin, make sure the result is unique
  • Loading branch information
parkr authored Jul 21, 2021
commit b08711a8ef291d10d145a6266a893b77b863d2b3
2 changes: 1 addition & 1 deletion 2 lib/github-pages/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def migrate_theme_to_remote_theme(config)

theme_name = config.delete("theme")
config["remote_theme"] ||= GitHubPages::Plugins::THEMES_TO_CONVERT_TO_REMOTE_THEMES[theme_name]
config["plugins"] = Array(config["plugins"]).concat(["jekyll-remote-theme"])
config["plugins"] = Array(config["plugins"]).concat(["jekyll-remote-theme"]).uniq
end

# If the user's 'exclude' config is the default, also exclude the CNAME
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.