about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorAlan Pearce2014-06-08 11:30:21 +0100
committerAlan Pearce2014-06-08 11:30:21 +0100
commit6f12d61e30d8b53f32d4a392451cbb8c39d187a5 (patch)
tree3bb91a38514876b41c9253df53d5b52a291c791d /layouts/index.html
parent5c6f5961ae71938634df4268e96de0523efb7e57 (diff)
downloadhyde-6f12d61e30d8b53f32d4a392451cbb8c39d187a5.tar.lz
hyde-6f12d61e30d8b53f32d4a392451cbb8c39d187a5.tar.zst
hyde-6f12d61e30d8b53f32d4a392451cbb8c39d187a5.zip
Use a longer date format
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 5d181e6..303173e 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -9,7 +9,7 @@
 							{{ .Title }}
 						</a>
 					</h1>
-					<time class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</time>
+					<time class="post-date">{{ .Date.Format "Monday, 2 January, 2006" }}</time>
 					{{ .Content }}
 				</article>
 				{{ end }}