Remove image on post page in Liebling

Hey gang,

I want to remove images on the post page in Liebling.

I just want each blog post to be all text but for the home page to still show each post’s image.

In dev tools I can just delete this code for the section class:

“m-hero with-picture aos-init aos-animate”

I’ve downloaded Liebling and can’t find this code anywhere so don’t know what to delete.

Do you mean all the images in the post? Or just the header/hero image?

I took a look at theme and it looks like you’ll want to peek the post.hbs file and line 28 has the partial that handles that - liebling/post.hbs at master · eddiesigner/liebling · GitHub

Thanks!

Tbh I just deleted the section from the post.hbs and that worked.