From 80eb5baccddea5e16ee436e371d7c846802ac2b5 Mon Sep 17 00:00:00 2001 From: romainw Date: Fri, 19 Feb 2021 11:23:55 +0100 Subject: [PATCH] Update site-navigation.html Using `disableKinds = ["home"]` is causing the loss of the `.Site.Home.RelPermalink` variable, which is the href link used in the site-navigation page. Without it, clicking on the site logo no longer links to the homepage. Using `.Site.BaseURL` instead hopefully addresses the issue. --- 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 d73c66d..1ed86a6 100644 --- a/layouts/partials/site-navigation.html +++ b/layouts/partials/site-navigation.html @@ -1,6 +1,6 @@