1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-26 13:02:42 +00:00

Starting page content

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-16 16:02:19 -08:00
parent 3793c0f363
commit 6a5d1569eb
22 changed files with 392 additions and 0 deletions

13
pages/sitemap.xml Normal file
View File

@@ -0,0 +1,13 @@
<?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>