Change translate text to buttons
This commit is contained in:
parent
d4036a0287
commit
502973243c
1 changed files with 3 additions and 5 deletions
|
@ -2,9 +2,7 @@
|
|||
<img class="profile" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" />
|
||||
<h1 class="name">{{ .Site.Params.profile.name }}</h1>
|
||||
<h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3><br/>
|
||||
<div class="tagline">
|
||||
{{ range .Translations }}
|
||||
<i class="fa fa-globe"></i><a href="{{ .Permalink }}">{{ .Lang }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ range .Translations }}
|
||||
<a class="btn btn-primary" href="{{ .Permalink }}">{{ .Lang }}</a>
|
||||
{{ end }}
|
||||
</div><!--//profile-container-->
|
||||
|
|
Loading…
Reference in a new issue