forked from github.com/GenderDysphoria.fyi
Fix sitemap file
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
|
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
|
||||||
{{#each pages}}
|
{{#each pages}}
|
||||||
<url>
|
<url>
|
||||||
<loc>https://{{page.domain}}{{this.url}}</loc>
|
<loc>https://{{../page.domain}}{{url}}</loc>
|
||||||
<lastmod>{{date this.dateModified "yyyy-MM-dd'T'HH:mm:ss.SSSxxx"}}</lastmod>
|
<lastmod>{{date dateModified "yyyy-MM-dd'T'HH:mm:ss.SSSxxx"}}</lastmod>
|
||||||
</url>
|
</url>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|||||||
Reference in New Issue
Block a user