mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
d27b9c06bd
Fall back to global resources via resources.Get when page resources don't match for named images in the images front matter parameter. This aligns get-page-images.html with the existing behavior in render-image.html, render-link.html, and figure.html. Fixes #14062