From 2df75746973adb7768b5207f22468e512fb5f9dd Mon Sep 17 00:00:00 2001 From: "Jocelyn Badgley (Twipped)" Date: Thu, 27 Feb 2020 18:57:23 -0800 Subject: [PATCH] Fix sitemap file --- public/sitemap.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/sitemap.xml b/public/sitemap.xml index a4729ff..ebaea8f 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,8 +2,8 @@ {{#each pages}} - https://{{page.domain}}{{this.url}} - {{date this.dateModified "yyyy-MM-dd'T'HH:mm:ss.SSSxxx"}} + https://{{../page.domain}}{{url}} + {{date dateModified "yyyy-MM-dd'T'HH:mm:ss.SSSxxx"}} {{/each}}