From 3cb85e3f8988fb16615b05c34d9fa6e2cb70b7fe Mon Sep 17 00:00:00 2001 From: night0721 Date: Sat, 11 Nov 2023 01:01:47 +0000 Subject: [PATCH] fix last mod time on pages --- layouts/partials/single-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/single-header.html b/layouts/partials/single-header.html index 09744f6..62b88a2 100644 --- a/layouts/partials/single-header.html +++ b/layouts/partials/single-header.html @@ -2,7 +2,7 @@

{{ .Title }}

{{ .Description | markdownify }}

{{ if and ( .Lastmod ) ( ne .Lastmod .PublishDate) }} - + {{ end }}