I am running Grav with a child theme of Quark. In my page's yaml frontmatter I have
hero_image: hanging.jpg
However, in the directory of the images, Grav/hero will find the first image it hits, which is anything that starts with an alphanumeric before 'h'. To fix this I have to rename the image I want as the hero image to '00_hanging.jpg' so that Grav/hero will always find it first.
Is there a YAML or other config option that I need to make it use the image defined in the page's metadata?