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/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/hugo-xmin/layouts/index.html') diff --git a/themes/hugo-xmin/layouts/index.html b/themes/hugo-xmin/layouts/index.html index a3daf68..e3b9abe 100644 --- a/themes/hugo-xmin/layouts/index.html +++ b/themes/hugo-xmin/layouts/index.html @@ -17,7 +17,7 @@ {{ $pages := .Site.RegularPages }} {{ range (where $pages "Section" "posts") }}
  • - {{ .Date.Format "2006/01/02" }} + {{ .Date.Format "01/02/2006" }} {{ .Title | markdownify }}
  • {{ end }} -- cgit v1.2.3