fix(schema): use valid "dateModified"

* https://schema.org/dateModified
This commit is contained in:
curben 2019-06-27 23:45:35 +09:30
parent 2a242f59a6
commit 8ce99181a4
1 changed files with 1 additions and 1 deletions

View File

@ -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>