byBird()
Get all the pages where a given bird is one of the authors
Params:
-
collection {array}
containing 11ty page objects
-
bird {string}
The name of the bird (as used in
author
settings) -
solo {boolean} = false
Optionally remove
oddbird
-authored pages from the collection
Example:
{{ collections.all | byBird('miriam') }}