Added the hidedate condition in date.ejs

Signed-off-by: Xiaofeng QU <xiaofeng.qu.hk@ieee.org>
This commit is contained in:
Xiaofeng QU 2015-07-12 01:05:57 +08:00
parent 356e116ac1
commit 5c408aaf7f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<% if (post.date){ %>
<% if (post.date && !post.hidedate){ %>
<div class="<%= class_name %>">
<i class="fa fa-calendar"></i>
<a href="<%- url_for(post.path) %>">