mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 14:21:43 +00:00
fix: no renderizar liquid dentro de los artículos #14323
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ae72297adf
commit
21d570ebe8
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,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['last_modified_at'] = modified_at
|
||||
|
||||
|
|
Loading…
Reference in a new issue