getgrav / grav-plugin-sitemap

Grav Sitemap Plugin
https://getgrav.org
MIT License
42 stars 42 forks source link

Add option to set a custom `lastmod` date #113

Closed chraebsli closed 1 month ago

chraebsli commented 1 month ago

This PR adds an option to all pages to manually set a lastmod date.

If sitemap.lastmod is not set in a pages header, it takes the legacy $page->modified(). With this, the lastmod option can be overridden, for example if:


This is an enhanced version of @hughbris #98

closes #98, #99

chraebsli commented 1 month ago

@Karmalakas I made a new commit b67de61 with all changes from the code review

Sorry, it took some time until I did this 5 min fix. I had my final exam from school and was not coding anything in the last days.

rhukster commented 1 month ago

thanks