use iso norm instead of flags for languages

This commit is contained in:
rick 2024-04-04 21:29:29 +02:00
commit 9a53a6914b
Signed by: Rick
GPG key ID: A2E7B6CA577C8F07
9 changed files with 15 additions and 41 deletions

View file

@ -17,8 +17,8 @@
<h2>%subtitle%</h2>
</div>
<div id="lang">
<a href="/fr/%file%"><img alt="fr" src="/img/fr.svg" height=35 /></a>
<a href="/en/%file%"><img alt="en" src="/img/en.svg" height=35 /></a>
<a href="/fr/%file%">FR</a>
<a href="/en/%file%">EN</a>
<!--<a href="/toki/%file%"><img alt="toki" src="/img/fr.svg" height=35 /></a>-->
</div>
</header>