]> njoseph.me Git - hyde.git/blobdiff - layouts/_default/single.html
First setup of blog
[hyde.git] / layouts / _default / single.html
index 735bbf7c6f58c31f84bd062edc69c3d41954d2db..afc13622cf3a01ef91a352c3411b48b365e81253 100644 (file)
@@ -1,7 +1,7 @@
 {{ define "main" -}}
 <div class="post">
   <h1>{{ .Title }}</h1>
-  <time datetime={{ .Date.Format "2006-01-02T15:04:05Z0700" }} class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</time>
+  <time datetime={{ .Date.Format "2006-01-02T15:04:05Z0700" }} class="post-date">{{ .Date.Format "Jan 2, 2006" }}</time>
   {{ .Content }}
 </div>