<%= date(articleObject.date, is_post() ? 'YYYY-MM-DD HH:mm:ss' : 'YYYY-MM-DD') %> <% if (articleObject.categories.length) { %> <% } %> <% if (articleObject.tags.length) { %> <% } %> <% if (theme.website_count.busuanzi_count.enable && theme.website_count.busuanzi_count.page_pv && is_post()) { %> <% } %> <% if(theme.post_wordcount.wordcount && is_post()){ %> <%= wordcount(page.content) %> <%- __('wordcount') %> <% } %> <% if(theme.post_wordcount.min2read && is_post()){ %> <%= min2read(page.content) %> <%- __('min2read') %> <% } %>