diff --git a/layouts/blog/li_grid_with_date.html b/layouts/_default/li_grid_with_date.html similarity index 78% rename from layouts/blog/li_grid_with_date.html rename to layouts/_default/li_grid_with_date.html index 57cbda7..6d477c2 100644 --- a/layouts/blog/li_grid_with_date.html +++ b/layouts/_default/li_grid_with_date.html @@ -9,7 +9,9 @@ {{ else if lt .WordCount 110 }} {{ .Content }} {{ else }} - {{ warnf "Post \"%s\" doesn't have a description or content suitable for the blog list" .Title }} + {{ if not .Draft }} + {{ warnf "Post \"%s\" doesn't have a description or content suitable for the blog list" .Title }} + {{ end }}

{{ .WordCount }} words

{{ end }}