mirror of
https://github.com/SharpeTronics/jekyll-spaceship.git
synced 2025-12-20 00:01:55 -05:00
fix: processor default config not working
This commit is contained in:
parent
36a58e6ab8
commit
5b1b41889c
@ -31,7 +31,6 @@ module Jekyll::Spaceship
|
||||
end
|
||||
|
||||
def self.store(section, default)
|
||||
return if @@store[section].nil?
|
||||
return @@store[section] if default.nil?
|
||||
@@store[section] = deep_merge(default, @@store[section])
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user