mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 18:01:42 +00:00
qué queme
This commit is contained in:
parent
b3d33423ad
commit
7c518d67de
1 changed files with 2 additions and 2 deletions
|
@ -460,9 +460,9 @@ class Site < ApplicationRecord
|
||||||
new_configuration = configuration.dup
|
new_configuration = configuration.dup
|
||||||
|
|
||||||
if design.no_theme?
|
if design.no_theme?
|
||||||
new_configuration['theme'] = design.gem
|
|
||||||
else
|
|
||||||
new_configuration.delete 'theme'
|
new_configuration.delete 'theme'
|
||||||
|
else
|
||||||
|
new_configuration['theme'] = design.gem
|
||||||
end
|
end
|
||||||
|
|
||||||
new_site = Jekyll::Site.new(new_configuration)
|
new_site = Jekyll::Site.new(new_configuration)
|
||||||
|
|
Loading…
Reference in a new issue