mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 07:54:55 -04:00
deps: Upgrade to latest version of emoji dependency
To add support for new emojis in Hugo, we need to upgrade our internal dependency on the emoji package. Note that we also need to update our tests, as the underlying emoji that is rendered has changed. Follow-up to #6391. (170f18d9352d39213170dd9d5e947eb45854c84b and 2df5d202c6fc6eb18ee0b259c3dd1156094947c5)
This commit is contained in:
parent
9670a19cb0
commit
8c6e4a071e
@ -4109,7 +4109,7 @@
|
||||
"Examples": [
|
||||
[
|
||||
"{{ \"I :heart: Hugo\" | emojify }}",
|
||||
"I ❤️ Hugo"
|
||||
"I ❤ Hugo"
|
||||
]
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user