diff --git a/exampleSite/layouts/partials/logo.html b/exampleSite/layouts/partials/logo.html index 68e9d694d9..2765a9d891 100644 --- a/exampleSite/layouts/partials/logo.html +++ b/exampleSite/layouts/partials/logo.html @@ -6,7 +6,7 @@ font-weight: bold; margin-top: -2px; " - href='{{ (cond (and (ne .Site.Params.landingPageURL nil) (.Site.IsMultiLingual)) .Site.Params.landingPageURL "/") }}'> + href="{{ .Site.Params.landingPageURL | default "/" | relLangURL }}"> + href="{{ .Site.Params.landingPageURL | default "/" | relLangURL }}">