Better language menu

master
June 2022-07-10 03:56:34 +02:00
parent 7a318f3325
commit 2ba0954663
1 changed files with 2 additions and 2 deletions

View File

@ -47,6 +47,6 @@ juice_logo_path = "/images/witch-svgrepo-com.svg"
# Language choose
juice_extra_menu = [
{ title = "FR", link = "fr" },
{ title = "EN", link = "/" }
{ title = "Francophone", link = "fr" },
{ title = "Anglophone", link = "/" }
]