Revert "Make it fail"
This reverts commit c89e7539b86a483a2f8b14dd766ad90da1eb9773.
This commit is contained in:
parent
fd1778203d
commit
d96f39360b
|
@ -252,7 +252,7 @@ module Jekyll
|
||||||
end
|
end
|
||||||
|
|
||||||
def hash_property(hash, property)
|
def hash_property(hash, property)
|
||||||
return hash[property]
|
return item_property(hash, property)
|
||||||
if hash.respond_to?('[]'.freeze)
|
if hash.respond_to?('[]'.freeze)
|
||||||
hash[property]
|
hash[property]
|
||||||
elsif hash.respond_to?(property)
|
elsif hash.respond_to?(property)
|
||||||
|
|
Loading…
Reference in New Issue