From 15369618e3fabe73e6c40f160b4071fe0b7da87c Mon Sep 17 00:00:00 2001 From: Emile Bangma Date: Sat, 26 Oct 2024 20:04:04 +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 7c4386075..9579be2b1 100644 --- a/quartz/components/Head.tsx +++ b/quartz/components/Head.tsx @@ -74,8 +74,6 @@ export default (() => { const slug = fileData.filePath // since "/" is not a valid character in file names, replace with "-" const fileName = slug?.replaceAll("/", "-") - const title = - fileData.frontmatter?.title ?? i18n(cfg.locale).propertyDefaults.title ?? "Untitled" // Get file description (priority: frontmatter > fileData > default) const fdDescription =