From 981e7a2cb286ae1e4e9e81a378c3b0e036a392c8 Mon Sep 17 00:00:00 2001 From: Juan Manuel Servera Date: Wed, 3 Jun 2020 15:49:56 +0200 Subject: [PATCH] Use | relLangURL for the base url in the site-navigation (#277) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Use | relLangURL for the base urlÂș This way, when you click on the header it maintains you in the same language you previously selected. * Use .Site.Home.RelPermalink as proposed by @regisphilibert --- layouts/partials/site-navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/site-navigation.html b/layouts/partials/site-navigation.html index d1f31da..fc6f40c 100644 --- a/layouts/partials/site-navigation.html +++ b/layouts/partials/site-navigation.html @@ -1,6 +1,6 @@