We look for .Params.featured_image
If found > we use that as URL
If we find a Page resource matching the value of the above, we use its .RelPermalink
If none of the above we look for an resource whose filepath contains featured or cover and use its .RelPermalink if found
We look for .Params.featured_image If found > we use that as URL If we find a Page resource matching the value of the above, we use its .RelPermalink If none of the above we look for an resource whose filepath contains
featured
orcover
and use its .RelPermalink if foundFixes #233 Fixes #407
Thanks to @sgharms @pmorch