Changing flags to emogis for better language support, and bandwidth usage.

This commit is contained in:
Adsooi 2022-01-21 13:05:46 +01:00
parent f22c50dbae
commit cfb79489ea
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
6 changed files with 4 additions and 6 deletions

View file

@ -76,7 +76,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
{{ range .Translations }}
<li class="background">
<a href="{{ .Permalink }}" role="button">
<img src="/icons/flag/{{ .Language.Lang }}.svg" class="icon-as-text" loading=lazy width=21 height=21/>{{ .Language.LanguageName }}
{{ index site.Data.flags .Language.Lang }} {{ .Language.LanguageName }}
</a>
</li>
{{ end }}