Liquid Tag: webmention_count
Displays a count of webmentions for the current page.url
:
{% webmention_count page.url %}
The output will be a number.
You can optionally filter this number by one or more supported webmention types. For instance, if you only wanted posts and replies, you could use this format:
{% webmention_count page.url posts replies %}