5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 08:04:17 +00:00

fix: compartir la misma fecha de creación y de actualización
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-09-04 12:44:57 -03:00
parent 6aa0f7d6cf
commit 10d958e50a
No known key found for this signature in database

View file

@ -267,7 +267,7 @@ class Post
# Y que no se procese liquid
yaml['liquid'] = false
yaml['usuaries'] = usuaries.map(&:id).uniq
yaml['created_at'] ||= Time.now
yaml['created_at'] ||= modified_at
yaml['last_modified_at'] = modified_at
"#{yaml.to_yaml}---\n\n#{body}"