diff --git a/layout/common/article.ejs b/layout/common/article.ejs index c12b6a9..0da7b65 100644 --- a/layout/common/article.ejs +++ b/layout/common/article.ejs @@ -7,11 +7,13 @@ <% if (post.link || post.title) { %> <%- partial('post/title', { class_name: 'article-title' }) %> - - <%- partial('post/date', { class_name: 'article-date', date_format: null }) %> - <%- partial('post/category') %> - <%- partial('post/tag') %> - + <% if (post.layout != 'page') { %> + + <%- partial('post/date', { class_name: 'article-date', date_format: null }) %> + <%- partial('post/category') %> + <%- partial('post/tag') %> + + <% } %> <% } %>