<% if (theme.postInfo.date) { %>
<%- __('publishDate') %>:
<%- date(page.date, 'YYYY-MM-DD') %>
<% } %>
<% if (theme.postInfo.update) { %>
<%- __('updateDate') %>:
<%- date(page.updated, 'YYYY-MM-DD') %>
<% } %>
<% if (theme.postInfo.wordCount) { %>
<%- __('wordCount') %>:
<%= wordcount(page.content) %>
<% } %>
<% if (theme.postInfo.min2read) { %>
<%- __('readTimes') %>:
<%= min2read(page.content) %> <%= __('Minutes') %>
<% } %>
<% if (theme.postInfo.readCount && theme.busuanziStatistics && theme.busuanziStatistics.enable) { %>
<%- __('readCount') %>:
<% } %>