mirror of https://gitlab.com/curben/blog
4 lines
296 B
Plaintext
4 lines
296 B
Plaintext
<%/* User-specified updated date */%>
|
|
<%/* default post.updated is (almost) always is the time 'hexo generate' is executed */%>
|
|
<time class="updated" datetime="<%= date(post.lastUpdated, 'YYYY-MM-DD[T00:00:00.000Z]') %>" itemprop="dateModified"><%= date(post.lastUpdated, 'D MMM YYYY') %></time>
|