Liquid Tag: webmentions_head
To insert code that will help webmention-enable your site, you’ll want to include this in the head
of your pages. If you include a username
in your configuration, it will automatically generate the link
elements necessary to notify webmention clients of the webmention.io endpoint where webmentions should be sent. It will also drop in information about any redirects in play for the current page and insert Client Hints that will make the JavaScript enhancements faster.
<head>
…
{% webmentions_head %}
</head>