commit f9ccc49e831c681db4aefa763b9eb51f15443785
parent fc7c2cfbbc897c3ad93d8c9a64919d2234e5534f
Author: MichaĆ M. Sapka <michal@sapka.me>
Date: Wed, 1 Feb 2023 18:16:10 +0100
chore: fix the damn date
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
@@ -6,7 +6,7 @@
<a href="{{ .Page.Permalink }}">
<h2>{{ .Page.Title }}</h2>
</a>
- ({{ .PublishDate.Format "January 2nd, 2006" }})
+ ({{ .PublishDate.Format "January 2, 2006" }})
<div>
{{ .Page.Content }}
</div>