Remove ContentMeta override from quartz.layout.ts
This commit is contained in:
parent
f98c302c47
commit
06dc3ccddc
1 changed files with 2 additions and 6 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue