summaryrefslogtreecommitdiff
path: root/themes/hugo-xmin/layouts/_default/single.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/single.html
parentb5a5dbbf3e0b107ae0cec5e1af04dde4c5a896e9 (diff)
Diffstat (limited to 'themes/hugo-xmin/layouts/_default/single.html')
-rw-r--r--themes/hugo-xmin/layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="article-meta">
<h1>{{ .Title | markdownify }}</h1>
{{ with .Params.author }}<p class="author">{{ . }}</p>{{ end }}
-{{ if (gt .Params.date 0) }}<p class="date">{{ .Date.Format "2006/01/02" }}</p>{{ end }}
+{{ if (gt .Params.date 0) }}<p class="date">{{ .Date.Format "01/02/2006" }}</p>{{ end }}
</div>
<main class="main">