I would like to build an array for pages with a particular resource. I have several other arrays that I have created using where statements for page params.
I’ve not had success with where .Resources.GetMatch "=" "portrait.*"
How would I be able to create an array of pages with a particular page resource that is not set in front matter.
EDIT: To be clear, I want to find all pages that have a particular page resource and put those pages in an array.