Page#write? shouldn't freeze 'true'
This commit is contained in:
parent
2d5feab2ae
commit
e75d703806
|
@ -168,7 +168,7 @@ module Jekyll
|
|||
end
|
||||
|
||||
def write?
|
||||
true.freeze
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue