5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-18 23:46:21 +00:00

Merge branch 'issue-14179' of https://0xacab.org/sutty/sutty into 17.3.alpine.panel.sutty.nl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Sutty 2023-10-02 17:53:50 +00:00
commit 31979382b5

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&.value.strftime('%F')} (#{post.layout.humanized_name})"
end end
# Encuentra el filtro # Encuentra el filtro