theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://ananke-theme.netlify.app
MIT License
1.16k stars 1.16k forks source link

Featured image detection refactoring: #462

Closed regisphilibert closed 2 years ago

regisphilibert commented 2 years ago

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

Fixes #233 Fixes #407

Thanks to @sgharms @pmorch