diff --git a/layouts/partials/breadcrumb.html b/layouts/partials/breadcrumb.html index bc36a3e..b6d0d8f 100644 --- a/layouts/partials/breadcrumb.html +++ b/layouts/partials/breadcrumb.html @@ -11,9 +11,9 @@ {{ end }} {{ if eq .p1 .p2 }} - {{ .p1.Title }} + {{ .p1.Title | markdownify }} {{ else }} - {{ .p1.Title }} + {{ .p1.Title | markdownify }} {{ end }} {{ end }}