disable reading time
This commit is contained in:
parent
c62cf4a753
commit
17edb884f7
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ export const defaultContentPageLayout: PageLayout = {
|
||||||
showCurrentPage: false,
|
showCurrentPage: false,
|
||||||
}),
|
}),
|
||||||
Component.ArticleTitle(),
|
Component.ArticleTitle(),
|
||||||
Component.ContentMeta(),
|
Component.ContentMeta({ showReadingTime: false }),
|
||||||
Component.TagList(),
|
Component.TagList(),
|
||||||
],
|
],
|
||||||
left: [
|
left: [
|
||||||
|
@ -44,7 +44,7 @@ export const defaultListPageLayout: PageLayout = {
|
||||||
showCurrentPage: false,
|
showCurrentPage: false,
|
||||||
}),
|
}),
|
||||||
Component.ArticleTitle(),
|
Component.ArticleTitle(),
|
||||||
Component.ContentMeta(),
|
Component.ContentMeta({ showReadingTime: true }),
|
||||||
],
|
],
|
||||||
left: [
|
left: [
|
||||||
Component.PageTitle(),
|
Component.PageTitle(),
|
||||||
|
|
Loading…
Reference in a new issue