diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2023-12-01 16:06:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 16:06:56 +0200 |
commit | 627b76ac2f904edadc69ee0e7b8776078bb73fc0 (patch) | |
tree | 7cfd3170dee0ba90ee32caf3e7f9412cb439e292 /layouts/issues/single.html | |
parent | ed2321eb20b63f8e24af4aaf0df344e5b78de8f4 (diff) | |
parent | 1674bfc8509def65ea62e215450d009516f183e5 (diff) |
cState v5.6.0 #300
cState v5.6.0
Diffstat (limited to 'layouts/issues/single.html')
-rw-r--r-- | layouts/issues/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/issues/single.html b/layouts/issues/single.html index 0dd8052..9aa135b 100644 --- a/layouts/issues/single.html +++ b/layouts/issues/single.html @@ -21,7 +21,7 @@ <p>{{ T "lastChecked" }}: {{ if .Site.Params.dateFormat }} - {{ .Lastmod.Format .Site.Params.dateFormat }} + {{ dateFormat .Site.Params.dateFormat .Lastmod }} {{ else }} {{ .Lastmod.Format "January 2, 2006 at 3:04 PM" }} {{ end }} |