Ok I just tried swapping
{{excerpt words=“100”}}
to
{{content words=“100”}}
in partials/post-card.hbs file. It seems to completely remove the content and just show the title…
This is the section:
{{#if feature_image}}
{{excerpt words=“30”}}
{{else}}
{{excerpt words=“100”}}
{{/if}}