Short post: missing text link

I’ve published a short post that includes a text link to a book on my Buy Me a Coffee page.

It’s formatted like this in the post:

<a href="https://buymeacoffee.com/johnarthurnichol/e/326086">slippery slopes and midnight cravings</a>

In the post on the main blog page, the link is missing (and so are the paragraph breaks):

In the individual post page, the link is present, and working, and the paragraphs display as intended:

I’m assuming it’s something I’m doing wrong, but I’ve checked the link code from start to finish and it looks okay to me.

Any help would really be appreciated.

Thanks :slight_smile:
John

Oops. Here’s the post itself:

If your theme is using the {{ .Summary }} feature because you want truncated posts and not full content, I believe that strips HTML.

See here.

Thank you, @jsonbecker - you’re amazing. I removed that {{ .Summary }} setting and now it works like a charm :grinning:

I’ll just use <!--more--> where I need truncated posts.

Gratefully yours,
John