From b67ed9c95eec7da5748b0f394c14e78c889c3007 Mon Sep 17 00:00:00 2001 From: Emile Bangma Date: Sat, 26 Oct 2024 20:04:12 +0200 Subject: [PATCH] Update quartz/components/Head.tsx --- quartz/components/Head.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/quartz/components/Head.tsx b/quartz/components/Head.tsx index 9579be2b1..e3b994a71 100644 --- a/quartz/components/Head.tsx +++ b/quartz/components/Head.tsx @@ -81,8 +81,6 @@ export default (() => { const titleSuffix = cfg.pageTitleSuffix ?? "" const title = (fileData.frontmatter?.title ?? i18n(cfg.locale).propertyDefaults.title) + titleSuffix - const description = - fileData.description?.trim() ?? i18n(cfg.locale).propertyDefaults.description let description = "" if (fdDescription) { description = unescapeHTML(fdDescription)