mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
Fix sitemap file
This commit is contained in:
parent
b4cdcd269b
commit
2df7574697
@ -2,8 +2,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>
|
||||
<loc>https://{{../page.domain}}{{url}}</loc>
|
||||
<lastmod>{{date dateModified "yyyy-MM-dd'T'HH:mm:ss.SSSxxx"}}</lastmod>
|
||||
</url>
|
||||
{{/each}}
|
||||
</urlset>
|
||||
|
Loading…
x
Reference in New Issue
Block a user