From 577ebf8506b5ee4a4c580132c6363c5bf7865910 Mon Sep 17 00:00:00 2001 From: Sylvia Date: Wed, 15 Sep 2021 13:17:39 +0200 Subject: Attempt to fix duplicate path component in menu urls. Not sure why relLangURL s not working but since we don't need translations it's not needed for us. --- layouts/partials/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index f92ea45..e17b027 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -25,12 +25,12 @@ {{ .Name }} {{ else if (isset .Params "icon") }} - + {{ .Name }} {{ partial "icon.html" .Params.icon }} {{ else }} - {{ .Name }} + {{ .Name }} {{ end }} {{ end }} -- cgit v1.2.3