From beae823988ba751956998d910c546bf7cbbd1a5a Mon Sep 17 00:00:00 2001 From: bleubulblight Date: Wed, 13 Aug 2025 18:44:06 +0900 Subject: [PATCH] add descrtiption preview --- quartz/components/PageList.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quartz/components/PageList.tsx b/quartz/components/PageList.tsx index 7bf23829c..88ef11efc 100644 --- a/quartz/components/PageList.tsx +++ b/quartz/components/PageList.tsx @@ -82,6 +82,10 @@ export const PageList: QuartzComponent = ({ cfg, fileData, allFiles, limit, sort {title} + {/* description 추가 */} + {page.frontmatter?.description && ( +
{page.frontmatter.description}
+ )}