mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:51:43 +00:00
mostrar el tipo de artículo en las relaciones
This commit is contained in:
parent
e3727eb6b2
commit
5140a34f55
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class MetadataRelatedPosts < MetadataArray
|
|||
end
|
||||
|
||||
def title(post)
|
||||
post&.title&.value || post&.slug&.value
|
||||
"#{post&.title&.value || post&.slug&.value} (#{layout.humanized_name})"
|
||||
end
|
||||
|
||||
# Encuentra el filtro
|
||||
|
|
Loading…
Reference in a new issue