mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 23:13:38 +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
|
end
|
||||||
|
|
||||||
def title(post)
|
def title(post)
|
||||||
"#{post&.title&.value || post&.slug&.value} (#{layout.humanized_name})"
|
"#{post&.title&.value || post&.slug&.value} (#{post.layout.humanized_name})"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Encuentra el filtro
|
# Encuentra el filtro
|
||||||
|
|
Loading…
Reference in a new issue