<% var first = site.posts.sort("date", "desc").eq(0); %>
<%- image_tag(theme.welcome_cover || first.cover || "/img/welcome-cover.jpg", {id: "cover", crossorigin: "anonymous", width: 1920, height: 1080}) %>
<% if ( first ) { %>

<%- first.date.locale("zh-cn").format("MMMM DD, YYYY") %>

<%- link_to(first.path, first.title || config.title, {class: "posttitle"}) %>

<%- truncate(strip_html(first.content), {length: 60, omission: '...'}) %>

<% } %>