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