diff --git a/IdentityServer/v5/docs/themes/hugo-theme-learn/layouts/partials/menu.html b/IdentityServer/v5/docs/themes/hugo-theme-learn/layouts/partials/menu.html
index 5583eda0..b7ae55e4 100644
--- a/IdentityServer/v5/docs/themes/hugo-theme-learn/layouts/partials/menu.html
+++ b/IdentityServer/v5/docs/themes/hugo-theme-learn/layouts/partials/menu.html
@@ -14,7 +14,7 @@
- {{if eq .Site.Params.ordersectionsby "title"}}
+ {{if eq .Site.Params.ordersectionsby "title"}}
{{range .Site.Home.Sections.ByTitle}}
{{ template "section-tree-nav" dict "sect" . "currentnode" $currentNode "showvisitedlinks" $showvisitedlinks}}
{{end}}
@@ -22,7 +22,7 @@
{{range .Site.Home.Sections.ByWeight}}
{{ template "section-tree-nav" dict "sect" . "currentnode" $currentNode "showvisitedlinks" $showvisitedlinks}}
{{end}}
- {{end}}
+ {{end}}
{{ $disableShortcutsTitle := .Site.Params.DisableShortcutsTitle}}
@@ -31,7 +31,7 @@
{{ if not $disableShortcutsTitle}}{{ T "Shortcuts-Title"}}{{ end }}
{{ range sort . "Weight"}}
- -
+
-
{{.Pre}}{{safeHTML .Name}}{{.Post}}
{{end}}
@@ -39,11 +39,11 @@ {{ if not $disableShortcutsTitle}}{{ T "Shortcuts-Title"}}{{ end }}
{{end}}
- {{ if or .Site.IsMultiLingual $showvisitedlinks }}
+ {{ if or hugo.IsMultilingual $showvisitedlinks }}