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

6 lines
235 B
HTML
Raw Normal View History

{{ if .IsTranslated }}<h4>{{ T "translations" }}</h4>
<ul>{{ range .Translations }}
<li>
<a href='{{ .Permalink }}'>{{ .Lang }}: {{ .Title }}{{ if .IsPage }} ({{ i18n "wordCount" . }}){{ end }}</a>
</li>{{ end }}
</ul>{{ end }}