From 09ad8299e74c95bc93356b6f33d560ffd231f249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 23 Sep 2023 23:22:16 +0200 Subject: [PATCH] theme: to much renaming #646 --- layouts/partials/menu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 479b691c9b..072285375d 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -88,9 +88,9 @@ {{- range $siteLanguages }} {{- if eq $translation.Lang .Lang }} {{- if eq $pageLang .Lang }} - + {{- else }} - + {{- end }} {{- end }} {{- end }} @@ -174,7 +174,7 @@ {{- $currentAlwaysopen := .Params.alwaysopen | default $alwaysopen }} {{- $pageHash := md5 .Page }} {{- $isOpen := or $currentAlwaysopen $isSelf $isAncestor }} -
  • {{ if $isCollapsible }}{{ end }}{{ if $url }}{{ else }}{{ end }} +
  • {{ if $isCollapsible }}{{ end }}{{ if $url }}{{ else }}{{ end }} {{- partial "menu-pre.html" . }}{{ $title }}{{ partial "menu-post.html" . }} {{- if $url }}{{ if $showvisitedlinks }}{{ end }}{{ else }}{{ end }}