I’m trying out the webmention support using the indiewebify.me test pages ( IndieWebify.Me - a guide to getting you on the IndieWeb ). The indiewebify.me says that the mention is sent properly and it shows up on the Account → Webmentions page on micro.blog but it doesn’t show in the actual post. I’m using a custom theme that includes
<link rel="webmention" href="https://micro.blog/webmention" />
in the header and
{{ if .Site.Params.include_conversation }}
<script type="text/javascript" src="https://micro.blog/conversation.js?url={{ .Permalink }}"></script>
{{ end }}
in the article.html partial (it shows replies from bluesky so I suppose the script itself works?).
Do I have to do anything else?