summaryrefslogtreecommitdiff
path: root/themes/hugo-xmin/layouts/_default/single.html
diff options
context:
space:
mode:
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">