hugo-orbit-theme/layouts/partials/translate.html

6 lines
247 B
HTML

<div class="profile-container">
{{ range .Translations }}
<a class="btn btn-translate" href="{{ .Permalink }}">{{upper .Lang }}</a>
{{ end }}
</div><!--//profile-container-->