尝试在以下 yaml 中访问 showFaces
facebook :
likeButton :
showFaces : false
我明白了
Liquid Exception: undefined method `[]' for nil:NilClass in post
用代码
@array = context['page']['facebook']['likeButton']
和
@array = context['page']['facebook']
我明白了
[{"likeButton"=>{"showFaces"=>false}}]
如此接近
我是 Ruby 新手,所以任何帮助表示赞赏