5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 04:31:41 +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 end
def reload def reload
super super.tap do |s|
site.self reload_jekyll!
end
self
end end
def configuration def configuration