mirror of https://gitlab.com/curben/blog
fix(schema): use valid "dateModified"
* https://schema.org/dateModified
This commit is contained in:
parent
2a242f59a6
commit
8ce99181a4
|
@ -1,3 +1,3 @@
|
|||
<%/* 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="dateUpdated"><%= date(post.lastUpdated, 'D MMM YYYY') %></time>
|
||||
<time class="updated" datetime="<%= date(post.lastUpdated, 'YYYY-MM-DD[T00:00:00.000Z]') %>" itemprop="dateModified"><%= date(post.lastUpdated, 'D MMM YYYY') %></time>
|
||||
|
|
Loading…
Reference in New Issue