1
0
Fork 0

disable reading time

This commit is contained in:
Lucas 2024-02-01 14:27:30 +01:00
parent c62cf4a753
commit 17edb884f7

View file

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