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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2019-03-27 02:29:29 +0300
committerHauke Stieler <mail@hauke-stieler.de>2019-03-27 02:29:29 +0300
commit05f9fcfff9871380658dd782346e8f7352094989 (patch)
tree61030c79a685151c1b7ec49db838e73ef585b499
parentebf48e487d102ea4a22ce69a4619bbbec877bfe5 (diff)
parent2ea07f21a50c52946562268f8fc890fa68904a37 (diff)
Merge branch 'dev' into feature/central-image-folder
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 050e5c9..b1ad349 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -65,7 +65,7 @@
{{ . }}
</h3>
{{ end }}
- {{ if and (ne ( trim .URL "/" ) .Site.Language.Lang) (ne .URL "/") }}
+ {{ if ( not .IsHome ) }}
<a class="btn btn-default btn-home" href="{{ "" | absLangURL }}">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;{{ i18n "home" }}