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

fix: corregido metodo Reload en site.rb #14700

This commit is contained in:
jazzari 2023-12-07 16:05:20 +01:00
parent e889f29d17
commit 61e20a3a13

View file

@ -395,8 +395,10 @@ class Site < ApplicationRecord
end
def reload
super
site.self
super.tap do |s|
reload_jekyll!
end
self
end
def configuration