1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-03-11 14:58:02 -05:00
bobatheme/layouts/partials/translations-meta-item.html

9 lines
204 B
HTML

{{ if .IsTranslated }}
<span class="post-meta-item">
{{ partial "icon.html" "world" }}
{{ range .Translations }}
<a href="{{ .Permalink }}">{{ .Language }}</a>
{{ end }}
</span>
{{ end }}