blog/themes/typing/layout/_partial/post/date.ejs

5 lines
273 B
Plaintext
Raw Normal View History

2018-09-10 09:21:59 +00:00
<a href="<%- url_for(post.path) %>" class="<%= class_name %>">
<%/* Date format is specified to skip timezone conversion */%>
2019-06-04 04:05:48 +00:00
<time datetime="<%= date(post.date, 'YYYY-MM-DD[T00:00:00.000Z]') %>" itemprop="datePublished"><%= date(post.date, date_format) %></time>
2018-09-10 09:21:59 +00:00
</a>