Quartz sync: Oct 1, 2023, 1:06 AM

This commit is contained in:
bfahrenfort 2023-10-01 01:06:48 -05:00
parent af79b66933
commit 449ae96b01

View File

@ -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 }),