Hello,
I’ve got another problem (or maybe misunderstanding?) with page resources.
In my front matter, I define a number of resources, especially only one image within a certain directory (here: “gallery”)
resources:
- src: "images/gallery/blumenjahr_doris_koerner.jpg"
title: "XXXX xxxx"
However, there are a number of additional images in the “gallery” directory, too, but they are not referenced in resources.
When I retrieve the resources with $.Page.Resources.Match and the parameter “images/gallery/*.jpg”, I’d expect, that I get only the one image resource, I defined in front matter, but I get all images from the folder, including all those, which are not represented in front matter.
Currently the only way to show only the images, defined in the front matter resources is, to add a parameter to the resource and to filter the list, but that’s not very intuitive and it feels wrong.
What am I missing here?
The project is in git at git@gitlab.com:clorenz/lenzula.git and the page in question is /buecher/bluehende-quilts/
Thank you very much
Chris