diff --git a/layouts/partials/components/breadcrumb.html b/layouts/partials/components/breadcrumb.html index 8e34dca..44e6f80 100644 --- a/layouts/partials/components/breadcrumb.html +++ b/layouts/partials/components/breadcrumb.html @@ -12,16 +12,18 @@ {{ range $i, $e:= $context.Ancestors.Reverse }} -
  • - {{ if ne $i 0 }} - {{ end }} - - {{ .Title }} - - / -
  • + {{ if ne .Title "Pages" }} +
  • + {{ if ne $i 0 }} + {{ end }} + + {{ .Title }} + + / +
  • + {{ end }} {{ end }}