mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-01 04:21:55 -04:00
c630e69e32
Fixes #298
14 lines
381 B
HTML
14 lines
381 B
HTML
{{ if .IsTranslated }}
|
|
<ul class="flex flex-row list-none">
|
|
{{ range .AllTranslations }}
|
|
<li class="ml-2">
|
|
<a
|
|
href="{{ .RelPermalink }}"
|
|
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2"
|
|
>{{ .Language.Params.displayName | emojify }}</a
|
|
>
|
|
</li>
|
|
{{ end }}
|
|
</ul>
|
|
{{ end }}
|