From 869de73a38b5608a3168c4314be9d9124a345fe5 Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Sun, 1 Oct 2023 01:06:48 -0500 Subject: [PATCH] Quartz sync: Oct 1, 2023, 1:06 AM --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 96a4b4cdf..f351d1c3f 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -45,7 +45,7 @@ const config: QuartzConfig = { Plugin.FrontMatter(), Plugin.TableOfContents(), Plugin.CreatedModifiedDate({ - priority: ["frontmatter"], // you can add 'git' here for last modified from Git but this makes the build slower + priority: ["git"], // you can add 'git' here for last modified from Git but this makes the build slower }), Plugin.SyntaxHighlighting(), Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),