ikorihn
2024-01-13 0a8c38dc21eeb9aba16154f09e523b2ce762dab2
quartz/components/Breadcrumbs.tsx
@@ -18,15 +18,15 @@
   */
  rootName: string
  /**
   * wether to look up frontmatter title for folders (could cause performance problems with big vaults)
   * Whether to look up frontmatter title for folders (could cause performance problems with big vaults)
   */
  resolveFrontmatterTitle: boolean
  /**
   * Wether to display breadcrumbs on root `index.md`
   * Whether to display breadcrumbs on root `index.md`
   */
  hideOnRoot: boolean
  /**
   * Wether to display the current page in the breadcrumbs.
   * Whether to display the current page in the breadcrumbs.
   */
  showCurrentPage: boolean
}