<%= date(articleObject.date, is_post() ? 'YYYY-MM-DD HH:mm:ss' : 'YYYY-MM-DD') %>
<% if (articleObject.categories.length) { %>
<% articleObject.categories.forEach((category, i) => { %>
-
<%= i === 0 ? '' : '| ' %><%= category.name %>
<% }); %>
<% } %>
<% if (articleObject.tags.length) { %>
<% articleObject.tags.forEach((tag, i) => { %>
-
<%= i === 0 ? '' : '| ' %><%= tag.name %>
<% }); %>
<% } %>
<% if (theme.busuanzi_count.enable && theme.busuanzi_count.page_pv && is_post()) { %>
<% } %>