mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-04-05 08:53:57 -04:00
@@ -98,7 +98,7 @@ adding the shortcode for the country flag to this field. Go to our
|
|||||||
translations for a subdivision, please choose the most appropriate available
|
translations for a subdivision, please choose the most appropriate available
|
||||||
flag.
|
flag.
|
||||||
|
|
||||||
[Twemoji]: https://github.com/twitter/twemoji
|
[Twemoji]: https://github.com/jdecked/twemoji
|
||||||
[emoji search]: ../reference/icons-emojis.md#search
|
[emoji search]: ../reference/icons-emojis.md#search
|
||||||
|
|
||||||
> __Why this might be helpful__: adding a country flag next to the country name
|
> __Why this might be helpful__: adding a country flag next to the country name
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ the shortcodes at [Emojipedia]:
|
|||||||
:smile:
|
:smile:
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
[Twemoji]: https://github.com/twitter/twemoji
|
[Twemoji]: https://github.com/jdecked/twemoji
|
||||||
[Emojipedia]: https://emojipedia.org/twitter/
|
[Emojipedia]: https://emojipedia.org/twitter/
|
||||||
|
|
||||||
### Using icons
|
### Using icons
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -397,7 +397,7 @@ const index$ = zip(icons$, emojis$)
|
|||||||
data: Object.fromEntries(icons)
|
data: Object.fromEntries(icons)
|
||||||
},
|
},
|
||||||
emojis: {
|
emojis: {
|
||||||
base: `${cdn}/twitter/twemoji/master/assets/svg/`,
|
base: `${cdn}/jdecked/twemoji/master/assets/svg/`,
|
||||||
data: Object.fromEntries(emojis)
|
data: Object.fromEntries(emojis)
|
||||||
}
|
}
|
||||||
} as IconSearchIndex
|
} as IconSearchIndex
|
||||||
|
|||||||
Reference in New Issue
Block a user