Webmentions for Jekyll

Liquid Tag: webmentions

You can get a complete list of webmentions for a given page.url using the following liquid tag:

{% webmentions page.url %}

The webmentions found, if any, will be piped into the webmentions template your specified in your configuration or the default one that ships with this gem.

You can optionally filter this list by one or more supported webmention types. For instance, if you only wanted posts and replies, you could use this format:

{% webmentions page.url posts replies %}

Default template info

If you go with the default template, here’s a rundown of elements and class names in use in the template: