diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 290b02f..4eec511 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -13,9 +13,11 @@
-
- {{ .Date.Format ($.Site.Params.DateFormatList | default "2006-01-02") }}
-
+ {{ if .Date }}
+
+ {{ .Date.Format ($.Site.Params.DateFormatList | default "2006-01-02") }}
+
+ {{ end }}
{{ with .Params.Author }}— {{ $.Site.Params.WrittenBy | default "Written by" }} {{ . }}{{ end }}
{{ if $.Site.Params.ShowReadingTime }}
— {{ .ReadingTime }} {{ $.Site.Params.MinuteReadingTime | default "min read" }}