From c854afa1ee63812677d5d1f513b22f533e5ed215 Mon Sep 17 00:00:00 2001 From: Yuri Zamyatin Date: Fri, 11 Jul 2025 23:15:29 +0000 Subject: [PATCH] fix --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 45d43f8..b04ae76 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,7 +6,7 @@ {{ partial "taxo_of_single.html" . }} {{ if .Lastmod }}
- mtime={{ .Lastmod.Format .Site.Params.dateFormat }} + mtime={{ .Lastmod.Format .Site.Params.dateFormat }} archived={{ default false .Params.archived }} words={{ .WordCount }}