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) | ||||
| 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: [], | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user