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/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/hugo-xmin/layouts/_default/single.html') 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 }}
-- cgit v1.2.3