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