diff --git a/layouts/partials/breadcrumbs.html b/layouts/partials/breadcrumbs.html
index 1f177665e5..e7077aa3a6 100644
--- a/layouts/partials/breadcrumbs.html
+++ b/layouts/partials/breadcrumbs.html
@@ -8,11 +8,11 @@
{{- if $i -}}
/
{{- end -}}
- {{ markdownify $e.title }}
+ {{ markdownify $e.title }}
{{- end -}}
{{- end -}}
{{- with $scratch.Get "lastsection" -}}
/
- {{ markdownify .title }}
+ {{ markdownify .title }}
{{- end -}}