diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 741ce83..30be580 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -10,7 +10,7 @@
{{ range .Pages.ByTitle }}
- -
+
-
{{ partial "list_item.html" (dict "context" . "dateformat" "Jan 02, 2006") }}
{{ end }}
diff --git a/layouts/posts/list.html b/layouts/posts/list.html
index ae48a4f..9359bd4 100644
--- a/layouts/posts/list.html
+++ b/layouts/posts/list.html
@@ -25,7 +25,7 @@
{{ range .Pages }}
- -
+
-
{{ partial "list_item.html" (dict "context" . "dateformat" "Jan 02") }}
{{ end }}