Skip to content

Commit

Permalink
user-specified values should override the drop, not the other way around
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Aug 29, 2017
1 parent a7d2b4b commit d36d1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyll-github-metadata/site_github_munger.rb
Expand Up @@ -30,7 +30,7 @@ def github_namespace
when nil
drop
when Hash
Jekyll::Utils.deep_merge_hashes(site.config["github"], drop)
Jekyll::Utils.deep_merge_hashes(drop, site.config["github"])
else
site.config["github"]
end
Expand Down

0 comments on commit d36d1af

Please sign in to comment.