Open animation for lang menu and emojis

This commit is contained in:
daudix
2024-06-18 00:04:42 +03:00
parent dab00bd98c
commit 58f4e9975e
2 changed files with 14 additions and 3 deletions

View File

@ -148,8 +148,8 @@ links = [
]
# List of languages that the website is translated to (comment if there's no additional languages)
langs = [
{ code = "en", name = "English" },
{ code = "ru", name = "Русский" },
{ code = "en", name = "🇬🇧 English" },
{ code = "ru", name = "🇷🇺 Русский" },
]
[extra.footer]