You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

i18nlist.html 287B

12345678910
  1. {{ if .IsTranslated }}
  2. <h4>{{ i18n "translations" }}</h4>
  3. <ul class="pl0 mr3">
  4. {{ range .Translations }}
  5. <li class="list f5 f4-ns fw4 dib pr3">
  6. <a class="hover-white no-underline white-90" href="{{ .RelPermalink }}">{{ .Lang }}</a>
  7. </li>
  8. {{ end}}
  9. </ul>
  10. {{ end }}