mirror of
https://github.com/SharpeTronics/jekyll-spaceship.git
synced 2025-12-21 00:03:17 -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
|
end
|
||||||
|
|
||||||
def self.store(section, default)
|
def self.store(section, default)
|
||||||
return if @@store[section].nil?
|
|
||||||
return @@store[section] if default.nil?
|
return @@store[section] if default.nil?
|
||||||
@@store[section] = deep_merge(default, @@store[section])
|
@@store[section] = deep_merge(default, @@store[section])
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user