diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index a6db00ee51..659b25edc1 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -118,7 +118,7 @@ {{- $entries := partialCached "_relearn/pages.gotmpl" (dict "page" $entry) $entry.Path }} {{- $title := "" }} {{- if not ($config.disableTitle | default true) }} - {{ $title = $entry.Params.menuTitle | default (T (print $config.identifier "-menuTitle")) }} + {{- $title = $entry.Params.menuTitle | default (T (print $config.identifier "-menuTitle")) }} {{- end }} {{- with $title }} @@ -303,7 +303,7 @@ {{- else }} - {{ if ne $config.identifier "shortcuts" }} + {{- if ne $config.identifier "shortcuts" }} {{- $msg := printf "config option 'identifier' for 'sidebarmenus' %q is not a menu" $config.identifier }} {{- partial "_relearn/urlErrorReport.gotmpl" (dict "url" $config.pageRef "page" $currentNode "param" "link" "msg" $msg "applyErrorIgnore" false) }} {{- end }} diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 897eb9b92a..e4cbeb6642 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+dac4cbecc15f923210b0b89654c1c5fb7f716e7a \ No newline at end of file +7.3.2+c45a29c8fba29ab33cda6a2f9b9ba1e95647575f \ No newline at end of file