blog/themes/typing/scripts/sitemap
curben 8717b52283 fix(sitemap): use post.lastUpdated
* post.updated = execution time of 'hexo generate'
* use moment.format() instead of Date.toISOString() to avoid timezone conversion
  - Use '[T00:00:00.000Z]' to ignore time, instead of '[T]HH:mm:ss.sss[Z]'
  - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
2019-06-04 13:08:09 +09:30
..
.LICENSE feat: add sitemap.xml 2019-05-27 11:58:48 +09:30
.sitemap.xml fix(sitemap): use post.lastUpdated 2019-06-04 13:08:09 +09:30
generator.js fix(sitemap): use post.lastUpdated 2019-06-04 13:08:09 +09:30
index.js fix(sitemap): use post.lastUpdated 2019-06-04 13:08:09 +09:30
template.js fix(sitemap): use post.lastUpdated 2019-06-04 13:08:09 +09:30