diff --git a/_includes/components/webmentions.njk b/_includes/components/webmentions.njk index 97edcff..f793697 100644 --- a/_includes/components/webmentions.njk +++ b/_includes/components/webmentions.njk @@ -17,7 +17,7 @@ {% if mentions.length %}

- Webmentions ({{ mentions.length }}) + Interactions ({{ mentions.length }})

{# Likes #} diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 6c50ce4..584e9f6 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -315,8 +315,6 @@ withBlogSidebar: true -{# Interactions — inbound webmentions for this post, hidden when none #} -{% include "components/post-interactions.njk" %} {# Comments section #} {% include "components/comments.njk" %}