diff --git a/quartz/components/Breadcrumbs.tsx b/quartz/components/Breadcrumbs.tsx index 8fdfbfbd3..0a62ee30f 100644 --- a/quartz/components/Breadcrumbs.tsx +++ b/quartz/components/Breadcrumbs.tsx @@ -153,7 +153,7 @@ export default ((opts?: Partial) => { crumbs.push(crumb) } - if (isTagPath) { + if (isTagPath && !options.showCurrentPage) { crumbs.push({ displayName: slugParts.at(-1) ?? "", path: "" }) }