diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index c135ea5419..f906f088b7 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -37,9 +37,7 @@

{{ if not $disableShortcutsTitle }}{{ T "Shortcuts-Title" }}{{ end }}

@@ -75,7 +73,7 @@ width="255px" height="255px" viewBox="0 0 255 255" style="enable-background:new 0 0 255 255;" xml:space="preserve"> - + @@ -107,12 +105,9 @@ {{- else if .IsSection }} {{- safeHTML .Params.head }} {{- $currentAlwaysopen := .Params.alwaysopen | default $alwaysopen }} -
  • - - {{ partial "menu-pre.html" . }}{{ or .Params.menuTitle .LinkTitle .Title }}{{ partial "menu-post.html" . }} - {{ if $showvisitedlinks }}{{ end }} - -
  • {{- else }} -
  • - - {{ partial "menu-pre.html" . }}{{ or .Params.menuTitle .LinkTitle .Title }}{{ partial "menu-post.html" . }} - {{ if $showvisitedlinks }}{{ end }} - -
  • +
  • + {{- partial "menu-pre.html" . }}{{ or .Params.menuTitle .LinkTitle .Title }}{{ partial "menu-post.html" . }} + {{- if $showvisitedlinks }}{{ end }}
  • {{- end }} {{- end }} {{- end }} \ No newline at end of file diff --git a/layouts/partials/search.html b/layouts/partials/search.html index 62b7462b16..4cbfffd8e8 100644 --- a/layouts/partials/search.html +++ b/layouts/partials/search.html @@ -6,11 +6,11 @@ {{- $assetBusting := not .Site.Params.disableAssetsBusting }} + {{ "" | safeHTML }} + {{ "" | safeHTML }} - \ No newline at end of file + \ No newline at end of file