Breaking change: expect generate_feeds
and feed_filenames
instead of generate_feed
and feed_filename
in config.
This was done in #71 to follow changes in Zola 0.19 to allow generating multiple feeds.
Full list of changes:
- #61: Fix post view navigation (by @rukai)
- #60: Add
/
to "All tags" page (by @heitorPB) - #71: Fix/change feeds generation (by @heitorPB, partially implemented by @goingforbrooke in #69)
Many thanks to the contributors!