<% if(!post.thumbnail) { %>
<%= config.author %>'s avatar <%= config.author %>
<% } else { %>
<%= config.author %>'s avatar <%= config.author %>
<% } %>

<% if(pin) { %>[Top]<% } %><%= post.title %>

<%if(post.excerpt) {%> <%- strip_html(post.excerpt) %> <%}else{%> <%- strip_html(truncate(post.content,{length: theme.reading.entry_excerpt })) %> <%}%>     <%= __('post.continue') %>

<%- list_tags(post.tags, { show_count: false, class: 'post_entry-tags', style: 'list', separator: '' }) %>