about summary refs log tree commit diff stats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorAlan Pearce2020-01-06 19:09:10 +0100
committerAlan Pearce2020-01-06 19:09:10 +0100
commitf61a5f2911abc1506851980da5f4f6edd69d9134 (patch)
tree808353d61abecd73285b0845b1961e2d24f1740a /layouts/_default/single.html
parent6d061434a07767cd18afec928a65a69bced9391b (diff)
downloadhugo-xmin-f61a5f2911abc1506851980da5f4f6edd69d9134.tar.lz
hugo-xmin-f61a5f2911abc1506851980da5f4f6edd69d9134.tar.zst
hugo-xmin-f61a5f2911abc1506851980da5f4f6edd69d9134.zip
Use ISO8601 date format
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index de3f121..0372f1d 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,7 +2,7 @@
 <div class="article-meta">
 <h1><span class="title">{{ .Title | markdownify }}</span></h1>
 {{ with .Params.author }}<h2 class="author">{{ . }}</h2>{{ end }}
-{{ if (gt .Params.date 0) }}<h2 class="date">{{ .Date.Format "2006/01/02" }}</h2>{{ end }}
+{{ if (gt .Params.date 0) }}<h2 class="date">{{ .Date.Format "2006-01-02" }}</h2>{{ end }}
 </div>
 
 <main>