From 57f4c87dad9bc852d1cc9d4789a702f92435171f Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Sun, 27 Sep 2015 14:24:58 -0500 Subject: Updated date to be optional for post --- layouts/partials/post/page-item.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/post/page-item.html b/layouts/partials/post/page-item.html index dd54be2..123e8c2 100644 --- a/layouts/partials/post/page-item.html +++ b/layouts/partials/post/page-item.html @@ -4,7 +4,9 @@ {{ end }}
- + {{ if not .Date.IsZero }} + + {{ end }}

{{ .Title }}

{{ .Summary }}

-- cgit v1.2.3