From 84347302ea85b96fb5139a8a0cd5888cf34efda5 Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Thu, 23 Apr 2026 00:16:34 -0500 Subject: --- themes/hugo-xmin/layouts/_default/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/hugo-xmin/layouts/_default/list.html') diff --git a/themes/hugo-xmin/layouts/_default/list.html b/themes/hugo-xmin/layouts/_default/list.html index 351a976..6940251 100644 --- a/themes/hugo-xmin/layouts/_default/list.html +++ b/themes/hugo-xmin/layouts/_default/list.html @@ -7,7 +7,7 @@ {{ if .IsHome }}{{ $pages = .Site.RegularPages }}{{ end }} {{ range (where $pages "Section" "!=" "") }}
  • - {{ .Date.Format "2006/01/02" }} + {{ .Date.Format "01/02/2006" }} {{ .Title | markdownify }}
  • {{ end }} -- cgit v1.2.3