diff --git a/layout/_partial/article-meta-info.ejs b/layout/_partial/article-meta-info.ejs index 7dac560..128e828 100644 --- a/layout/_partial/article-meta-info.ejs +++ b/layout/_partial/article-meta-info.ejs @@ -1,14 +1,14 @@
- <%= date(articleObject.date, is_post() ? 'YYYY-MM-DD HH:mm:ss' : 'YYYY-MM-DD') %> +  <%= date(articleObject.date, is_post() ? 'YYYY-MM-DD HH:mm:ss' : 'YYYY-MM-DD') %> <% if (articleObject.categories.length) { %> - +   @@ -16,11 +16,11 @@ <% } %> <% if (articleObject.tags.length) { %>
diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index 2c02c3d..6bc7dff 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -3,27 +3,27 @@ <% if (theme.website_count.busuanzi_count.enable === true) { %>
<% if (theme.website_count.busuanzi_count.site_uv) { %> - <%- __('site_uv') %>   + <%- __('site_uv') %>  <% } %> <% if (theme.website_count.busuanzi_count.site_pv) { %> - <%- __('site_pv') %> + <%- __('site_pv') %>  <% } %>
<% } %>
- <%- __('powered_by', 'Hexo') %> | <%- __('theme') %> Keep v<%= theme.version %> + <%- __('powered_by', 'Hexo') %> | <%- __('theme') %> Keep v<%= theme.version %>
diff --git a/layout/_partial/home-article-meta-info.ejs b/layout/_partial/home-article-meta-info.ejs index 0d32fa1..2105e2e 100644 --- a/layout/_partial/home-article-meta-info.ejs +++ b/layout/_partial/home-article-meta-info.ejs @@ -2,13 +2,13 @@
<% if (post.categories.length && theme.home_article.category.enable === true) { %> - +