mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 22:41:41 +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
|
||||
|
||||
def reload
|
||||
super
|
||||
site.self
|
||||
super.tap do |s|
|
||||
reload_jekyll!
|
||||
end
|
||||
self
|
||||
end
|
||||
|
||||
def configuration
|
||||
|
|
Loading…
Reference in a new issue