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

6 lines
247 B
HTML
Raw Normal View History

2017-02-20 14:25:54 +01:00
<div class="profile-container">
{{ range .Translations }}
2017-02-20 17:07:24 +01:00
<a class="btn btn-translate" href="{{ .Permalink }}">{{upper .Lang }}</a>
2017-02-20 14:25:54 +01:00
{{ end }}
</div><!--//profile-container-->