mostrar el tipo de artículo en las relaciones

This commit is contained in:
f 2021-03-25 19:50:40 -03:00
parent e3727eb6b2
commit 5140a34f55

View file

@ -24,7 +24,7 @@ class MetadataRelatedPosts < MetadataArray
end end
def title(post) def title(post)
post&.title&.value || post&.slug&.value "#{post&.title&.value || post&.slug&.value} (#{layout.humanized_name})"
end end
# Encuentra el filtro # Encuentra el filtro