mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-04 16:05:59 -06:00
9 lines
286 B
HTML
9 lines
286 B
HTML
{{ if .IsTranslated }}
|
|
<span class="post-meta-item" aria-label="{{ i18n "aria_post_meta_translations" }}">
|
|
{{ partial "icon.html" "world" }}
|
|
{{ range .Translations }}
|
|
<a href="{{ .Permalink }}">{{ .Language }}</a>
|
|
{{ end }}
|
|
</span>
|
|
{{ end }}
|