When adding a new plugin, make sure the result is unique

This commit is contained in:
Parker Moore 2021-07-21 10:49:01 -04:00 коммит произвёл GitHub
Родитель 9017e88012
Коммит b08711a8ef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -164,7 +164,7 @@ module GitHubPages
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