From 593c7ab788bb805044ca5d50ea13c3b0fa8af7d8 Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Sun, 1 Oct 2023 00:46:42 -0500 Subject: [PATCH] Quartz sync: Oct 1, 2023, 12:46 AM --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 7f6c01b23..a130d9f83 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -45,7 +45,7 @@ const config: QuartzConfig = { Plugin.FrontMatter(), Plugin.TableOfContents(), Plugin.CreatedModifiedDate({ - priority: ["frontmatter", "git", "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 }),