forked from github.com/GenderDysphoria.fyi
Move page content to /public
This commit is contained in:
9
public/sitemap.xml
Normal file
9
public/sitemap.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
|
||||
{{#each pages}}
|
||||
<url>
|
||||
<loc>https://{{page.domain}}{{this.url}}</loc>
|
||||
<lastmod>{{date this.dateModified "yyyy-MM-dd'T'HH:mm:ss.SSSxxx"}}</lastmod>
|
||||
</url>
|
||||
{{/each}}
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user