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 +- themes/hugo-xmin/layouts/_default/single.html | 2 +- themes/hugo-xmin/layouts/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'themes') 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 }} diff --git a/themes/hugo-xmin/layouts/_default/single.html b/themes/hugo-xmin/layouts/_default/single.html index 9529765..a9a9f86 100644 --- a/themes/hugo-xmin/layouts/_default/single.html +++ b/themes/hugo-xmin/layouts/_default/single.html @@ -2,7 +2,7 @@

    {{ .Title | markdownify }}

    {{ with .Params.author }}

    {{ . }}

    {{ end }} -{{ if (gt .Params.date 0) }}

    {{ .Date.Format "2006/01/02" }}

    {{ end }} +{{ if (gt .Params.date 0) }}

    {{ .Date.Format "01/02/2006" }}

    {{ end }}
    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