Better language menu

This commit is contained in:
June 2022-07-10 03:56:34 +02:00
parent 7a318f3325
commit 2ba0954663

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 = "/" }
]