feat: add fediverse follow me sidebar widget

Reuses the existing fediverseInteract Alpine.js component to let
visitors follow the site author from their own fediverse instance.
Registered in all three sidebar routers (homepage, blog listing,
blog post) as widget type "fediverse-follow".
This commit is contained in:
Ricardo
2026-02-23 16:50:27 +01:00
parent c7f2841625
commit 2c172566c8
4 changed files with 82 additions and 0 deletions

View File

@@ -42,6 +42,8 @@
<script>initPagefind("#blog-sidebar-search");</script>
</div>
</is-land>
{% elif widget.type == "fediverse-follow" %}
{% include "components/widgets/fediverse-follow.njk" %}
{% elif widget.type == "custom-html" %}
{% set wConfig = widget.config or {} %}
<is-land on:visible>