5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-17 12:00:49 +00:00

qué queme

This commit is contained in:
f 2020-09-24 21:16:15 -03:00
parent b3d33423ad
commit 7c518d67de

View file

@ -460,9 +460,9 @@ class Site < ApplicationRecord
new_configuration = configuration.dup
if design.no_theme?
new_configuration['theme'] = design.gem
else
new_configuration.delete 'theme'
else
new_configuration['theme'] = design.gem
end
new_site = Jekyll::Site.new(new_configuration)