github.io/layouts/partials/i18n/list.html

6 lines
204 B
HTML
Raw Normal View History

{{ if .IsTranslated }}<h6>{{ T "translations" }}:</h6>
<ul>{{ range .Translations }}
<li>
<a href='{{ .RelPermalink }}'>{{ .Language.LanguageName }}: {{ .Title }}</a>
</li>{{ end }}
</ul>{{ end }}