We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a079472 + dff866a commit 989366bCopy full SHA for 989366b
1 file changed
layouts/release/list.html
@@ -14,7 +14,7 @@ <h1>{{ .Title }}</h1>
14
{{ .Content }}
15
{{ range .RegularPages.ByDate.Reverse }}
16
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
17
- <p>{{ .Date.Format "Monday, Jan 2nd, 2025 15:04:05 CST" }}</p>
+ <p>{{ .Date.Format "Monday, Jan 02, 2006 15:04:05 MST" }}</p>
18
{{ end }}
19
</section>
20
0 commit comments