1
0
Fork 0

Remove ContentMeta override from quartz.layout.ts

This commit is contained in:
Lucas 2024-01-18 18:50:23 +01:00
parent f98c302c47
commit 06dc3ccddc

View file

@ -20,9 +20,7 @@ export const defaultContentPageLayout: PageLayout = {
showCurrentPage: false,
}),
Component.ArticleTitle(),
Component.ContentMeta({
hideReadingTime: true,
}),
Component.ContentMeta(),
Component.TagList(),
],
left: [
@ -46,9 +44,7 @@ export const defaultListPageLayout: PageLayout = {
showCurrentPage: false,
}),
Component.ArticleTitle(),
Component.ContentMeta({
hideReadingTime: true,
}),
Component.ContentMeta(),
],
left: [
Component.PageTitle(),