mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	style + cfg: resolve breadcrumb titles by default and change arrow character
This commit is contained in:
		@@ -28,9 +28,9 @@ interface BreadcrumbOptions {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const defaultOptions: BreadcrumbOptions = {
 | 
			
		||||
  spacerSymbol: ">",
 | 
			
		||||
  spacerSymbol: "❯",
 | 
			
		||||
  rootName: "Home",
 | 
			
		||||
  resolveFrontmatterTitle: false,
 | 
			
		||||
  resolveFrontmatterTitle: true,
 | 
			
		||||
  hideOnRoot: true,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user