shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs | README | LICENSE

commit 26fdae4c50aa3c193508d949a893e6f28c9e7d68
parent 1c7b959a3a75fb7903b0683faec2e84f85b1481f
Author: knutsen <samuel@knutsen.co>
Date:   Wed, 16 Feb 2022 16:46:40 +0000

Use twemoji

Diffstat:
Mshiimoe/__init__.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shiimoe/__init__.py b/shiimoe/__init__.py @@ -31,7 +31,7 @@ md = markdown.Markdown( 'full_yaml_metadata', 'markdown_captions'], extension_configs={ 'pymdownx.emoji': { - 'emoji_index': pymdownx.emoji.gemoji, + 'emoji_index': pymdownx.emoji.twemoji, 'emoji_generator': pymdownx.emoji.to_png, } })