From 17edb884f7a5321fcdcb21f796ce466e3d21eba5 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Thu, 1 Feb 2024 14:27:30 +0100 Subject: [PATCH] disable reading time --- quartz.layout.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index e3f65ae..1292f15 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -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(),