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

5 lines
275 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 */%>
<time datetime="<%= date(post.date, 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]') %>" itemprop="datePublished"><%= date(post.date, date_format) %></time>
2018-09-10 09:21:59 +00:00
</a>