diff --git a/layouts/partials/breadcrumb.html b/layouts/partials/breadcrumb.html index 5c8c6189..8b4df386 100644 --- a/layouts/partials/breadcrumb.html +++ b/layouts/partials/breadcrumb.html @@ -4,7 +4,7 @@ {{- define "breadcrumb" -}} {{- with .Parent -}} {{- template "breadcrumb" . -}} -
  • {{- if .IsHome -}}{{ .Site.Title }}{{ else }}{{ .Title }}{{ end }}
  • + {{- if not .IsHome -}}
  • {{ .Title }}
  • {{ end }} {{- end -}} {{- end -}} {{- if not .IsHome -}}