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