Change translate text to buttons

This commit is contained in:
RGB 2017-02-20 21:57:51 +09:00
parent d4036a0287
commit 502973243c
1 changed files with 3 additions and 5 deletions

View File

@ -2,9 +2,7 @@
<img class="profile" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" /> <img class="profile" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" />
<h1 class="name">{{ .Site.Params.profile.name }}</h1> <h1 class="name">{{ .Site.Params.profile.name }}</h1>
<h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3><br/> <h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3><br/>
<div class="tagline"> {{ range .Translations }}
{{ range .Translations }} <a class="btn btn-primary" href="{{ .Permalink }}">{{ .Lang }}</a>
<i class="fa fa-globe"></i><a href="{{ .Permalink }}">{{ .Lang }}</a> {{ end }}
{{ end }}
</div>
</div><!--//profile-container--> </div><!--//profile-container-->