hugo-orbit-theme/layouts/partials/translate.html
2017-02-20 22:25:54 +09:00

5 lines
245 B
HTML

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