v0.5.0
Full Changelog: v0.4.0...v0.5.0
Upon upgrading to v0.5.0, if you wish to enable daily archive pages, add enableDaily
to your site configuration. For example:
[params.modules.archive]
enableDaily = true # Whether to enable daily archive pages.
navigation = false # Whether to display previous and next buttons on archive pages.
paginate = true # Whether to paginate archive pages.
prefix = '/archive/' # The URL prefix for archive pages.
section = '/posts/' # The section for which to build archive pages.