aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/mypaper/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/mypaper/layouts/_default/list.html')
-rw-r--r--themes/mypaper/layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/mypaper/layouts/_default/list.html b/themes/mypaper/layouts/_default/list.html
index 30acea5..f632c09 100644
--- a/themes/mypaper/layouts/_default/list.html
+++ b/themes/mypaper/layouts/_default/list.html
@@ -23,7 +23,7 @@
<p>{{ .Summary | plainify | htmlUnescape }}...</p>
</section>
<footer class="entry-footer">
- <time>{{ .Date.Format "January 2, 2006" }}</time>
+ <time>{{ .Date.Format "2006-01-02" }}</time>
</footer>
<a class="entry-link" href="{{ .Permalink }}"></a>
</article>