summaryrefslogtreecommitdiff
path: root/themes/hugo-xmin/layouts/_default/list.html
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-04-23 00:16:34 -0500
committerHunter Kvalevog <hunter@kvog.sh>2026-04-23 00:16:34 -0500
commit84347302ea85b96fb5139a8a0cd5888cf34efda5 (patch)
tree1d68780d01fe0bd1cf9ba4d8be160aac5e1b57e6 /themes/hugo-xmin/layouts/_default/list.html
parentb5a5dbbf3e0b107ae0cec5e1af04dde4c5a896e9 (diff)
Diffstat (limited to 'themes/hugo-xmin/layouts/_default/list.html')
-rw-r--r--themes/hugo-xmin/layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
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" "!=" "") }}
<li>
- <span class="date">{{ .Date.Format "2006/01/02" }}</span>
+ <span class="date">{{ .Date.Format "01/02/2006" }}</span>
<a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
</li>
{{ end }}