mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-09 01:32:45 +00:00
When I attempted to use `func/GetFeaturedImage.html`, it did not find my resource, `images/foo-cover.webp`. Updating the match syntax to the pattern expressed here, provided expected behavior: Per: https://gohugo.io/content-management/page-resources/#pattern-matching > .Resources.Match "*sunset.jpg" 🚫 and... > .Resources.Match "*" 🚫 Are not expected to work > .Resources.Match "**/sunset.jpg" ✅ which follows this change, does.