Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 614 Bytes

archive-page.md

File metadata and controls

28 lines (21 loc) · 614 Bytes

Archive Page

Mapache has a beautiful template for listing articles in a single file.

Archive Page

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}/