<% if(theme.customize.thumbnail == true) { %>
<%- partial('thumbnail.ejs', { post: post }) %>
<% } %>
<%- partial('post/title', { class_name: 'archive-article-title' }) %>
<%- partial('post/date', { class_name: 'article-date', date_format: null }) %>
<%- partial('post/category') %>
<%- partial('post/tag') %>