about summary refs log tree commit diff
path: root/layouts/partials/languageSelect.html
blob: a4d2b92672eb53bf0ac8cab22ad54f225c3b662b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{ if .IsTranslated }}
<h4>{{ i18n "translations" }}</h4>
<ul>
  {{ range .Translations }}
  <li>
    <a href="{{ .Permalink }}">{{ .Language.LanguageName }}: {{ .Title }}{{ if .IsPage }}{{ end }}</a>
  </li>
  {{ end }}
</ul>
{{ end }}