mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:21:41 +00:00
normalizar unicode en la string
This commit is contained in:
parent
bfeb513b6b
commit
cadb3ad6a6
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ class MetadataSlug < MetadataTemplate
|
||||||
return if post.title&.private?
|
return if post.title&.private?
|
||||||
return if post.title&.value&.blank?
|
return if post.title&.value&.blank?
|
||||||
|
|
||||||
post.title&.value&.to_s
|
post.title&.value&.to_s&.unicode_normalize
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue