">
<%- image_tag(post.cover || theme.cover, {class: "cover", width: 680, height: 440}) %>
<%- post.date.locale("zh-cn").format("MMMM DD, YYYY") %>
<%- link_to(post.path, post.title || "Untitled", {class: "posttitle"}) %>
<%- truncate(strip_html(post.content), {length: 80, omission: '...'}) %>