mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-22 02:31:11 -04:00
🌐 Add language switcher to header
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{{ if .IsTranslated }}
|
||||
<nav class="inline">
|
||||
{{ range .AllTranslations }}
|
||||
<a href="{{ .RelPermalink }}">{{ .Language.Params.displayName | emojify }}</a>
|
||||
{{ end }}
|
||||
</nav>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user