Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aerohub/hugo-orbit-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRGB <ryugibo@daum.net>2016-12-20 14:14:16 +0300
committerRGB <ryugibo@daum.net>2016-12-20 14:14:16 +0300
commitd4036a0287e46fa0aed7946af8ecf5daafe3b496 (patch)
treea3e6aae5bddd41ad475ebb9e8d925c55f1013e73
parent9188c7571a06bf9806633dc504cd561aa6c9c13e (diff)
Fix multilingual button invisible in hugo 0.18
-rw-r--r--layouts/partials/profile.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html
index 85f6485..3c10117 100644
--- a/layouts/partials/profile.html
+++ b/layouts/partials/profile.html
@@ -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-->