From 03cb3c81846d7e1bd2265df0a06d74946b653206 Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Mon, 29 Sep 2025 08:04:50 -0700 Subject: [PATCH] Breadcrumb: Remove redundant home link --- layouts/partials/breadcrumb.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -}}