Quantcast
Channel: Source theme collection filtering not working
Viewing all articles
Browse latest Browse all 11

Source theme collection filtering not working

$
0
0

So this is annoying. This is my current routes.yaml.

routes:

collections:
  /archive/:
    permalink: /archive/{slug}/
    template: index
    filter: tag:archive
  /:
    permalink: /{slug}/
    template: home
    filter: tag:-[archive]

taxonomies:
  tag: /tag/{slug}/
  author: /author/{slug}/

Interestingly, this works when source is set to magazine or highlight. But when I set it to search or landing, it doesn’t work.

Is there any easy way to fix this using routes.yaml?

Read full topic


Viewing all articles
Browse latest Browse all 11

Trending Articles