diff --git a/_includes/navbar.html b/_includes/navbar.html index b3fcc82..4bade7a 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -34,18 +34,21 @@ {% endif %} {% comment %} Always show link to home page. {% endcomment %} - {{ include.language.index }} + {% assign indexurl = include.pathLocale | append: "index/" | absolute_url %} + {{ include.language.index }}