diff --git a/quartz/components/Breadcrumbs.tsx b/quartz/components/Breadcrumbs.tsx index ddcdcd5bc..8fdfbfbd3 100644 --- a/quartz/components/Breadcrumbs.tsx +++ b/quartz/components/Breadcrumbs.tsx @@ -153,6 +153,10 @@ export default ((opts?: Partial) => { crumbs.push(crumb) } + if (isTagPath) { + crumbs.push({ displayName: slugParts.at(-1) ?? "", path: "" }) + } + // Add current file to crumb (can directly use frontmatter title) if (options.showCurrentPage && slugParts.at(-1) !== "index") { crumbs.push({