Skip to content

Commit 989366b

Browse files
authored
Merge pull request #998 from Sbragul26/fix/release-timestamp-formatting
fix:correct timestamp format in release
2 parents a079472 + dff866a commit 989366b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/release/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>{{ .Title }}</h1>
1414
{{ .Content }}
1515
{{ range .RegularPages.ByDate.Reverse }}
1616
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
17-
<p>{{ .Date.Format "Monday, Jan 2nd, 2025 15:04:05 CST" }}</p>
17+
<p>{{ .Date.Format "Monday, Jan 02, 2006 15:04:05 MST" }}</p>
1818
{{ end }}
1919
</section>
2020

0 commit comments

Comments
 (0)