Fix multilingual button invisible in hugo 0.18
This commit is contained in:
parent
9188c7571a
commit
d4036a0287
1 changed files with 0 additions and 2 deletions
|
@ -2,11 +2,9 @@
|
|||
<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/>
|
||||
{{ if .IsTranslated }}
|
||||
<div class="tagline">
|
||||
{{ range .Translations }}
|
||||
<i class="fa fa-globe"></i><a href="{{ .Permalink }}">{{ .Lang }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div><!--//profile-container-->
|
||||
|
|
Loading…
Reference in a new issue