mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:11:41 +00:00
mostrar el tipo de articulo bien
This commit is contained in:
parent
102cd0abd3
commit
2f0e3ee20e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class MetadataRelatedPosts < MetadataArray
|
|||
end
|
||||
|
||||
def title(post)
|
||||
"#{post&.title&.value || post&.slug&.value} (#{layout.humanized_name})"
|
||||
"#{post&.title&.value || post&.slug&.value} (#{post.layout.humanized_name})"
|
||||
end
|
||||
|
||||
# Encuentra el filtro
|
||||
|
|
Loading…
Reference in a new issue