debugging August 1, 2022 I had a pretty wild debugging ride when implementing go-jamming 😵💫. Problem: go-jamming wasn’t sending webmentions. There were two root causes to this problem, one on my side, and one on go-jamming’s side. go-jamming checks the site’s RSS feed where to send webmentions. It expects the raw HTML in the post item’s description tag. But Hugo, by default, puts a summary of a post in there. I could fix that by adapting my theme. [...]