From d4a100e250c6e69301becca4c6c932b8d81e570c Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Sun, 10 Sep 2023 20:04:42 -0500 Subject: [PATCH] Quartz sync: Sep 10, 2023, 8:04 PM --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 0316a5c51..87a4a3b2b 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -45,7 +45,7 @@ const config: QuartzConfig = { Plugin.FrontMatter(), Plugin.TableOfContents(), Plugin.CreatedModifiedDate({ - priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower + priority: ["git", "frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower }), Plugin.SyntaxHighlighting(), Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),