2015-07-11 17:05:57 +00:00
|
|
|
<% if (post.date && !post.hidedate){ %>
|
2015-07-11 01:13:07 +00:00
|
|
|
<div class="<%= class_name %>">
|
|
|
|
<i class="fa fa-calendar"></i>
|
|
|
|
<a href="<%- url_for(post.path) %>">
|
|
|
|
<time datetime="<%= date_xml(post.date) %>" itemprop="datePublished"><%= date(post.date, date_format) %></time>
|
|
|
|
</a>
|
|
|
|
</div>
|
2015-07-11 16:58:14 +00:00
|
|
|
<% } %>
|