From 834fd2b92725482afb385de2ffb643fe6f3a88b9 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Sun, 22 Feb 2026 16:32:10 +0100 Subject: [PATCH] fix: use AP object URL for fediverse authorize_interaction Pass the self-hosted ActivityPub syndication URL to the modal instead of the Eleventy HTML page URL. Mastodon's authorize_interaction needs a resolvable AP URI, not the HTML page which lacks an activity+json alternate link. --- _includes/layouts/post.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index e2aae55..d1a2723 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -91,9 +91,9 @@ withBlogSidebar: true
{# Fediverse remote interaction button (self-hosted ActivityPub) #} {% if selfHostedApUrl %} - +