mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 17:58:29 -05:00
Deep merge data overrides into defaults.
This commit is contained in:
@@ -111,7 +111,7 @@ module Jekyll
|
||||
}]
|
||||
|
||||
defaults = site.frontmatter_defaults.all(relative_path, type)
|
||||
defaults.merge Utils.deep_merge_hashes(data, further_data)
|
||||
Utils.deep_merge_hashes defaults, Utils.deep_merge_hashes(data, further_data)
|
||||
end
|
||||
|
||||
def type
|
||||
|
||||
Reference in New Issue
Block a user