diff --git a/layouts/partials/default.html b/layouts/partials/default.html
index 15a42a3..026acac 100644
--- a/layouts/partials/default.html
+++ b/layouts/partials/default.html
@@ -8,7 +8,7 @@
{{ $currentNode := . }}
{{ $showvisitedlinks := .Site.Params.showVisitedLinks }}
{{ i18n "Back-home"}}
+ href="{{ "/" | absLangURL }}">{{ i18n "Back-home"}}
{{range .Site.Home.Sections.ByWeight}}
{{ template "section-tree-nav" dict "sect" . "currentnode" $currentNode "showvisitedlinks" $showvisitedlinks}}
{{end}}
@@ -106,4 +106,4 @@
{{ end }}
{{ end }}
-{{ end }}
\ No newline at end of file
+{{ end }}