From 88ee54d5bf0f31a8f7904eb2ace71b06dc2dea7a Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Wed, 14 Sep 2022 18:06:57 +0900 Subject: [PATCH] Use better time formatting for the published dates on recommendations --- layouts/reviews/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/reviews/single.html b/layouts/reviews/single.html index 7a542c0..2a23e9c 100644 --- a/layouts/reviews/single.html +++ b/layouts/reviews/single.html @@ -13,7 +13,7 @@ {{ end }}

{{- .Title -}}

- {{- .PublishDate.Format "August 2, 2006" -}} + {{- .PublishDate | time.Format ":date_long" -}}

{{ partial "quicklook.html" . }}