Closed engineertrooper closed 2 years ago
Hi,
is there a comma at the readme.md file missing? https://github.com/bnomei/kirby3-feed#usage-sitemap After I added the comma, my PHP file didn't crash anymore.
Code with correction: ... 'modified' => time(), 'snippet' => 'feed/sitemap', 'mime' => null, ...
... 'modified' => time(), 'snippet' => 'feed/sitemap', 'mime' => null, ...
Best Regards ET
@engineerTrooper yes there is a comma missing
Hi,
is there a comma at the readme.md file missing? https://github.com/bnomei/kirby3-feed#usage-sitemap After I added the comma, my PHP file didn't crash anymore.
Code with correction:
... 'modified' => time(), 'snippet' => 'feed/sitemap', 'mime' => null, ...
Best Regards ET