mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 01:41:42 +00:00
fix: corregido metodo Reload en site.rb #14700
This commit is contained in:
parent
e889f29d17
commit
61e20a3a13
1 changed files with 4 additions and 2 deletions
|
@ -395,8 +395,10 @@ class Site < ApplicationRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
def reload
|
def reload
|
||||||
super
|
super.tap do |s|
|
||||||
site.self
|
reload_jekyll!
|
||||||
|
end
|
||||||
|
self
|
||||||
end
|
end
|
||||||
|
|
||||||
def configuration
|
def configuration
|
||||||
|
|
Loading…
Reference in a new issue