Files
congo-hindi-gujarati/layouts/partials/translations.html
T
2023-05-25 14:12:42 +10:00

14 lines
376 B
HTML

{{ if .IsTranslated }}
<ul class="flex list-none flex-row">
{{ range .AllTranslations }}
<li class="ml-2">
<a
href="{{ .RelPermalink }}"
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2"
>{{ site.Params.displayName | emojify }}</a
>
</li>
{{ end }}
</ul>
{{ end }}