From f1e9f69ce83ec33966007f429974452886742b8a Mon Sep 17 00:00:00 2001 From: lauralani Date: Fri, 1 Sep 2023 15:47:46 +0200 Subject: [PATCH] modify last updated to use Git Date --- layouts/shortcodes/last-updated.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/last-updated.html b/layouts/shortcodes/last-updated.html index ef0ae52..0e465e0 100644 --- a/layouts/shortcodes/last-updated.html +++ b/layouts/shortcodes/last-updated.html @@ -1 +1 @@ -{{ .Page.Date.Format "2006-01-02 15:04:05 MST" }} \ No newline at end of file +{{ .Page.Lastmod.Format "2006-01-02 15:04:05 MST" }} \ No newline at end of file