diff --git a/layouts/partials/breadcrumb.html b/layouts/partials/breadcrumb.html
index 388098d9..eeba1ad5 100644
--- a/layouts/partials/breadcrumb.html
+++ b/layouts/partials/breadcrumb.html
@@ -2,19 +2,15 @@
- Home
-
- {{ define "breadcrumb" }}
-
- {{ with .Parent }}
- {{ template "breadcrumb" . }}
- - {{ if .IsHome }}{{ .Site.Title}}{{ else }}{{ .Title }}{{ end }}
- {{ end }}
- {{ end }}
-
- {{ if not .IsHome }}
-
- {{ template "breadcrumb" . }}
- {{.Title}}
+ {{- define "breadcrumb" -}}
+ {{- with .Parent -}}
+ {{- template "breadcrumb" . -}}
+ - {{- if .IsHome -}}{{ .Site.Title}}{{ else }}{{ .Title }}{{ end }}
+ {{- end -}}
+ {{- end -}}
+ {{- if not .IsHome -}}
+ {{- template "breadcrumb" . -}}
+ {{- .Title -}}