diff --git a/layouts/partials/sidebar/auto-default-menu.html b/layouts/partials/sidebar/auto-default-menu.html index 02bb95b..3b48f5d 100644 --- a/layouts/partials/sidebar/auto-default-menu.html +++ b/layouts/partials/sidebar/auto-default-menu.html @@ -18,20 +18,20 @@ {{ else }} {{ $active := in $currentPage.RelPermalink .RelPermalink }} -
  • {{ .Name }}
  • +
  • {{ .Name }}
  • {{ end }} {{ end }} {{ else }} {{ $active := in $currentPage.RelPermalink .RelPermalink }} -
  • {{ .Name }}
  • +
  • {{ .Name }}
  • {{ end }} {{ end }} {{ end }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/sidebar/manual-collapsible-menu.html b/layouts/partials/sidebar/manual-collapsible-menu.html index 926f6eb..805e801 100644 --- a/layouts/partials/sidebar/manual-collapsible-menu.html +++ b/layouts/partials/sidebar/manual-collapsible-menu.html @@ -33,7 +33,7 @@ {{ range .Children -}} {{- $active := or ($currentPage.IsMenuCurrent $section .) ($currentPage.HasMenuCurrent $section .) -}} {{- $active = or $active (eq $currentPage.Section .Identifier) -}} -
  • {{ .Name }}
  • +
  • {{ .Name }}
  • {{ end -}} @@ -42,7 +42,7 @@ {{ else -}} {{- $active := or ($currentPage.IsMenuCurrent $section .) ($currentPage.HasMenuCurrent $section .) -}} {{- $active = or $active (eq $currentPage.Section .Identifier) -}} -
  • {{ .Name }}
  • +
  • {{ .Name }}
  • {{ end -}} {{ end -}} @@ -52,7 +52,7 @@ {{ else -}} {{- $active := or ($currentPage.IsMenuCurrent $section .) ($currentPage.HasMenuCurrent $section .) -}} {{- $active = or $active (eq $currentPage.Section .Identifier) -}} -
  • {{ .Name }}
  • +
  • {{ .Name }}
  • {{ end -}} {{ end -}} @@ -60,4 +60,4 @@ {{ end -}} {{ end -}} - \ No newline at end of file + diff --git a/layouts/partials/sidebar/manual-default-menu.html b/layouts/partials/sidebar/manual-default-menu.html index 2338bfa..2434978 100644 --- a/layouts/partials/sidebar/manual-default-menu.html +++ b/layouts/partials/sidebar/manual-default-menu.html @@ -18,14 +18,14 @@ {{ range .Children -}} {{- $active := or ($currentPage.IsMenuCurrent $section .) ($currentPage.HasMenuCurrent $section .) -}} {{- $active = or $active (eq $currentPage.Section .Identifier) -}} -
  • {{ .Name }}
  • +
  • {{ .Name }}
  • {{ end -}} {{ end -}} {{ else -}} {{- $active := or ($currentPage.IsMenuCurrent $section .) ($currentPage.HasMenuCurrent $section .) -}} {{- $active = or $active (eq $currentPage.Section .Identifier) -}} -
  • {{ .Name }}
  • +
  • {{ .Name }}
  • {{ end -}} {{ end -}} @@ -33,9 +33,9 @@ {{ else -}} {{- $active := or ($currentPage.IsMenuCurrent $section .) ($currentPage.HasMenuCurrent $section .) -}} {{- $active = or $active (eq $currentPage.Section .Identifier) -}} -
  • {{ .Name }}
  • +
  • {{ .Name }}
  • {{ end -}} {{ end -}} {{ end -}} -{{ end -}} \ No newline at end of file +{{ end -}}