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 <noreply@anthropic.com>
This commit is contained in:
svemagie
2026-03-16 00:51:22 +01:00
parent 9be8abc49f
commit 216073cf8f
2 changed files with 1 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
{% if mentions.length %}
<section class="webmentions mt-8 pt-8 border-t border-surface-200 dark:border-surface-700" id="webmentions">
<h2 class="text-xl font-bold text-surface-900 dark:text-surface-100 mb-6">
Webmentions ({{ mentions.length }})
Interactions ({{ mentions.length }})
</h2>
{# Likes #}

View File

@@ -315,8 +315,6 @@ withBlogSidebar: true
</template>
</article>
{# Interactions — inbound webmentions for this post, hidden when none #}
{% include "components/post-interactions.njk" %}
{# Comments section #}
{% include "components/comments.njk" %}