bnomei / kirby3-feed

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

Specified the modification time output format in the sitemap #39

Closed mhrstmnn closed 3 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 3 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.