blob: a15c85eaaf9bfaa7030dc843e44b8ef2fcddbdd4 [file] [log] [blame]
<article class="blog-article blog-type-<%= post.layout %>">
<div class="blog-article-inner">
<%- partial('post/title') %>
<% if (post.excerpt) { %>
<div class="article-excerpt article">
<%- post.excerpt %>
</div>
<a href="<%- url_for(post.path) %>" class="more-link">Read more...</a>
<% } %>
</div>
</article>