From 95b85c9cdf727f6301d4ab4988675697dcb07af1 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Thu, 7 Jul 2016 21:56:09 +0800 Subject: [PATCH] fix: hide date information for pages --- layout/common/article.ejs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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' }) %> - + <% if (post.layout != 'page') { %> + + <% } %>
<% } %>