mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 15:21:41 +00:00
Merge branch 'issue-14179' into 'rails'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Agregada fecha en Post con título duplicado #14179 See merge request sutty/sutty!209
This commit is contained in:
commit
7e78fd861a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue