From 8e0c407224dfffdcd2c1733634fd356dfc1e3d22 Mon Sep 17 00:00:00 2001 From: revsuine Date: Mon, 25 Nov 2024 18:12:31 +0000 Subject: [PATCH] get lastmod working --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index a65398f..5faeea9 100644 --- a/hugo.toml +++ b/hugo.toml @@ -121,3 +121,6 @@ theme = 'terminal' url = "/contact" weight = 30 +[frontmatter] + lastmod = [':git', ":fileModTime", 'lastmod', 'modified', 'date', 'pubdate'] +