Steven G. Harms 0f40733d46 Changes .GetMatch Pattern to find bundled assets
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.
2021-03-29 07:11:56 -04:00
..
2018-04-09 12:33:10 -04:00
2017-04-15 09:06:30 -04:00