Added the hidedate condition in date.ejs
Signed-off-by: Xiaofeng QU <xiaofeng.qu.hk@ieee.org>
This commit is contained in:
parent
356e116ac1
commit
5c408aaf7f
|
@ -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) %>">
|
||||
|
|
Loading…
Reference in New Issue