feat: improve default layout
This commit is contained in:
		
							parent
							
								
									4e82b0d8ce
								
							
						
					
					
						commit
						e70312320f
					
				| @ -37,12 +37,13 @@ export const defaultContentPageLayout: PageLayout = { | ||||
| 
 | ||||
| // components for pages that display lists of pages  (e.g. tags or folders)
 | ||||
| export const defaultListPageLayout: PageLayout = { | ||||
|   beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle()], | ||||
|   beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle(), Component.ContentMeta()], | ||||
|   left: [ | ||||
|     Component.PageTitle(), | ||||
|     Component.MobileOnly(Component.Spacer()), | ||||
|     Component.Search(), | ||||
|     Component.Darkmode(), | ||||
|     Component.DesktopOnly(Component.Explorer()), | ||||
|   ], | ||||
|   right: [], | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user