diff --git a/layout/_partial/post.ejs b/layout/_partial/post.ejs index a502def..34bf220 100755 --- a/layout/_partial/post.ejs +++ b/layout/_partial/post.ejs @@ -16,8 +16,8 @@
- <%- post.excerpt || post.content %> - <% if (post.excerpt) { %> + <%- post.excerpt || post.description || post.content %> + <% if (post.excerpt || post.description) { %>