diff --git a/app/models/post.rb b/app/models/post.rb index fab9ab06..9aa0ac61 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -270,7 +270,7 @@ class Post yaml['layout'] = layout.name.to_s yaml['uuid'] = uuid.value # Y que no se procese liquid - yaml['liquid'] = false + yaml['render_with_liquid'] = false yaml['usuaries'] = usuaries.map(&:id).uniq yaml['created_at'] = created_at.value yaml['last_modified_at'] = modified_at