bnomei / kirby3-feed

Generate a RSS/JSON-Feed and Sitemap from a Pages-Collection.
https://forum.getkirby.com/t/kirby3-feed-rss-json-sitemap/23574
MIT License
62 stars 7 forks source link

Specified the modification time output format in the sitemap #39

Closed mhrstmnn closed 2 years ago

mhrstmnn commented 3 years ago

Specified the modification time output format of the lastmod tag in the sitemap accordingly to:

mhrstmnn commented 3 years ago

I also changed the XML output format and cleaned up some whitespace

bnomei commented 2 years ago

thanks for the pr.

i will fix the bug with the date format in sitemaps. but it needs a little bit more code to support all inputs.

for whitespace formating i will do myself if i find time to verify. github just shows me all lines changed so i have to use a local diff tool.