From 216073cf8fd2a5c55ff4028772f2b7f77b0c476f Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:51:22 +0100 Subject: [PATCH] refactor(post): replace custom Interactions with Webmentions section, renamed to Interactions Remove post-interactions.njk include and rename the Webmentions heading to "Interactions". Co-Authored-By: Claude Sonnet 4.6 --- _includes/components/webmentions.njk | 2 +- _includes/layouts/post.njk | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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" %}