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
..
2020-06-01 15:51:41 -04:00
2019-06-09 15:46:06 -04:00
2020-06-03 16:01:01 -05:00
2019-03-26 16:45:46 -04:00
2020-06-03 16:26:29 -05:00
2020-06-01 15:51:41 -04:00
2018-04-09 12:33:10 -04:00