From 5e4d09a6d71f1b55282607b89239f7183ecf02c4 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 26 Feb 2024 00:15:50 +0100 Subject: Fixed PublishDate inconsistencies in my custom theme --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 1097e96..b290a72 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,11 @@ enableGitInfo = true paginate = 32 rssLimit = 16 +[frontmatter] +date = ['date', 'lastmod', ':git'] +lastmod = [':git', 'lastmod', 'date'] +publishDate = ['date', 'lastmod'] + [markup] [markup.highlight] anchorLineNos = false -- cgit v1.2.3