aboutsummaryrefslogtreecommitdiff
path: root/themes/ananke/layouts/partials/i18nlist.html
blob: ba7c1ead9a699e62e8fa1a3369c0638b3148fa7d (plain)
1
2
3
4
5
6
7
8
9
10
{{ if .IsTranslated }}
<h4>{{ i18n "translations" }}</h4>
<ul class="pl0 mr3">
    {{ range .Translations }}
    <li class="list f5 f4-ns fw4 dib pr3">
        <a class="hover-white no-underline white-90" href="{{ .Permalink }}">{{ .Lang }}</a>
    </li>
    {{ end}}
</ul>
{{ end }}