5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 21:51:43 +00:00

fix: agregada la fecha de creacion del post para seleccionar posts por título si están duplicados #14179

This commit is contained in:
jazzari 2023-09-27 15:48:53 -03:00
parent c09dfc3b67
commit 134d1105f6

View file

@ -34,7 +34,7 @@ class MetadataRelatedPosts < MetadataArray
end end
def title(post) def title(post)
"#{post&.title&.value || post&.slug&.value} (#{post.layout.humanized_name})" "#{post&.title&.value || post&.slug&.value} #{post&.date&.values.trftime('%F')} (#{post.layout.humanized_name})"
end end
# Encuentra el filtro # Encuentra el filtro