diff --git a/layouts/partials/body.searchpage.html b/layouts/partials/body.searchpage.html index 262e30cbcd..2a5379c8d1 100644 --- a/layouts/partials/body.searchpage.html +++ b/layouts/partials/body.searchpage.html @@ -7,7 +7,7 @@
- + {{- partial "shortcodes/button.html" (dict "page" $page diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 072285375d..4cfaec813c 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -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 }}
      {{- $defaultAlwaysopen := .Site.Params.alwaysopen | default true }}