khusika / FeelIt

A clean, elegant but advanced blog theme for Hugo
https://feelit.khusika.dev
MIT License
163 stars 58 forks source link

[BUG] featuredImagePreview no changes #88

Closed aantamimmaarif closed 2 years ago

aantamimmaarif commented 2 years ago

I use featuredImage & featuredImagePreview, featuredImage works well, images can appear in single post. but featuredImagePreview can't display image on home


featuredImagePreview: "images/fluent-mountain-day.jpg"

feelit

Closed,

I solved. It was enough to enter the following parameter in the config.toml:

[params.home.posts] imagePreview = true