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>2018-08-29 03:14:43 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-29 03:14:43 +0300
commit1d8233793e096d8709cd4e05c581cc41e6154716 (patch)
treef1f69a1016c6f16e32fcbd0fcb539a672324d768 /layouts/partials
parentc9dadc955df9dbfd3e05e6c0f44173bf5ab766e6 (diff)
Fix URL in home button
Diffstat (limited to 'layouts/partials')
-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 adeea7e..41f5d56 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -62,7 +62,7 @@
</h3>
{{ end }}
{{ if ne ( trim .URL "/" ) .Site.Language.Lang }}
- <a class="btn btn-default btn-home" href="{{ "/" | absLangURL }}">
+ <a class="btn btn-default btn-home" href="{{ "" | absLangURL }}">
<i class="fa fa-angle-left" aria-hidden="true"></i>
&nbsp;{{ i18n "home" }}
</a>