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,
|
showCurrentPage: false,
|
||||||
}),
|
}),
|
||||||
Component.ArticleTitle(),
|
Component.ArticleTitle(),
|
||||||
Component.ContentMeta({
|
Component.ContentMeta(),
|
||||||
hideReadingTime: true,
|
|
||||||
}),
|
|
||||||
Component.TagList(),
|
Component.TagList(),
|
||||||
],
|
],
|
||||||
left: [
|
left: [
|
||||||
|
@ -46,9 +44,7 @@ export const defaultListPageLayout: PageLayout = {
|
||||||
showCurrentPage: false,
|
showCurrentPage: false,
|
||||||
}),
|
}),
|
||||||
Component.ArticleTitle(),
|
Component.ArticleTitle(),
|
||||||
Component.ContentMeta({
|
Component.ContentMeta(),
|
||||||
hideReadingTime: true,
|
|
||||||
}),
|
|
||||||
],
|
],
|
||||||
left: [
|
left: [
|
||||||
Component.PageTitle(),
|
Component.PageTitle(),
|
||||||
|
|
Loading…
Reference in a new issue