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

6 lines
238 B
HTML
Raw Normal View History

{{ if .IsTranslated }}<h4>{{ T "translations" }}</h4>
<ul>{{ range .Translations }}
<li>
2022-03-30 15:06:21 +00:00
<a href='{{ .RelPermalink }}'>{{ .Lang }}: {{ .Title }}{{ if .IsPage }} ({{ i18n "wordCount" . }}){{ end }}</a>
</li>{{ end }}
</ul>{{ end }}