{% if webmentions %}
{% assign mentions = webmentions.mentions | webmentionsByUrl: page.url %} {% render "partials/webmentions/interaction.liquid", mentions: mentions, type: 'repost-of' %} {% render "partials/webmentions/interaction.liquid", mentions: mentions, type: 'like-of' %} {% render "partials/webmentions/comments.liquid", mentions: mentions %} {% render "partials/webmentions/links.liquid", mentions: mentions %}
{% endif %}