<% if (index == true) { %> <%- post.blogexcerpt || post.excerpt || post.content %> <% } %>

阅读全文

<% if (post.thumbnail) { %> <%= post.title %> <% } else if (post.photos.length) { %> <%= post.title %> <% } else if (theme.CDN) { %> 默认配图 <% } else { %> 默认配图 <% } %>