Mapache has a beautiful template for listing articles in a single file.
If you want to change the title that says. The full archive, just edit the file godo-archive.hbs
inside the theme.
👉 Archive Route
## routes.yaml
routes:
/archive/:
controller: channel
order: published_at desc
limit: 50
template: godo-archive
collections:
/:
permalink: /{slug}/
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/