theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.com/
MIT License
1.13k stars 1.15k forks source link

GetFeaturedImage return value always converted to absURL #475

Closed tlindsay42 closed 2 years ago

tlindsay42 commented 2 years ago

The relative URL returned from the GetFeaturedImage partial is always converted to an absolute URL. Updating the GetFeaturedImage partial to return the absolute URL would reduce repetition.

regisphilibert commented 2 years ago

The relative URL returned from the GetFeaturedImage partial is always converted to an absolute URL

You're right, but I don't think it should. The only time we need an absolute URL is in the SEO tags. Other than that I feel like it should always be relative.

regisphilibert commented 2 years ago

Close for #514