Jocelyn Badgley (Twipped) 6a5d1569eb Starting page content
2020-02-16 16:02:19 -08:00

14 lines
475 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
{{#each posts.final}}
<url>
<loc>https://{{page.domain}}{{this.url}}</loc>
<lastmod>{{date this.date "yyyy-MM-dd'T'HH:mm:ss.SSSxxx"}}</lastmod>
</url>
{{/each}}
<url>
<loc>https://{{page.domain}}/</loc>
<lastmod>{{#with posts.first}}{{date this.date "yyyy-MM-dd'T'HH:mm:ss.SSSxxx"}}{{/with}}</lastmod>
</url>
</urlset>