From 488a644e930079d8eb23b9d59aa23e27528a8c21 Mon Sep 17 00:00:00 2001 From: "Jocelyn Badgley (Twipped)" Date: Fri, 21 Feb 2020 19:36:38 -0800 Subject: [PATCH] Sitemap never got updated --- pages/sitemap.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pages/sitemap.xml b/pages/sitemap.xml index fbf0fbe..a4729ff 100644 --- a/pages/sitemap.xml +++ b/pages/sitemap.xml @@ -1,13 +1,9 @@ - {{#each posts.final}} + {{#each pages}} https://{{page.domain}}{{this.url}} - {{date this.date "yyyy-MM-dd'T'HH:mm:ss.SSSxxx"}} + {{date this.dateModified "yyyy-MM-dd'T'HH:mm:ss.SSSxxx"}} {{/each}} - - https://{{page.domain}}/ - {{#with posts.first}}{{date this.date "yyyy-MM-dd'T'HH:mm:ss.SSSxxx"}}{{/with}} -