From cce389c81d262d1d2a2bd8140c879efd68e3c6dd Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 13 Sep 2023 18:28:53 +0000
Subject: [PATCH] feat: note transclusion (#475)
---
quartz.layout.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/quartz.layout.ts b/quartz.layout.ts
index 1a3f99f..482aba6 100644
--- a/quartz.layout.ts
+++ b/quartz.layout.ts
@@ -15,7 +15,7 @@
// components for pages that display a single page (e.g. a single note)
export const defaultContentPageLayout: PageLayout = {
- beforeBody: [Component.ArticleTitle(), Component.ReadingTime(), Component.TagList()],
+ beforeBody: [Component.ArticleTitle(), Component.ContentMeta(), Component.TagList()],
left: [
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
--
Gitblit v1.10.0