From c45237d3e04b48baf5bdafc88cfe158e6bc86f7f Mon Sep 17 00:00:00 2001 From: Matt Wildman Date: Tue, 22 Jun 2021 21:07:44 -0400 Subject: [PATCH] Adjusted lastmod front matter within configuration file --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 41031f64857..b2d655bde66 100644 --- a/config.toml +++ b/config.toml @@ -19,7 +19,7 @@ enableGitInfo = true home = ["HTML", "JSON", "RSS"] [frontmatter] -lastmod = [":git", "lastmod", "date", "publishDate"] +lastmod = ["lastmod", "date", "publishDate", ":git"] publishDate = ["published", "publishDate", "date"] [params]