From e2ca6c131364b414d55301c09b4e4cdab4cc0a24 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Sat, 31 Jan 2026 15:32:28 +0100 Subject: [PATCH] feat: add mpSyndicateTo support for IndieNews syndication Render pending syndication targets as hidden u-syndication links for services like IndieNews that require the link before webmention. Co-Authored-By: Claude Opus 4.5 --- _includes/layouts/post.njk | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 28fd754..bab037b 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -60,6 +60,17 @@ withBlogSidebar: true {# Rich reply context with h-cite microformat #} {% include "components/reply-context.njk" %} + {# Pending syndication targets (for services like IndieNews that require u-syndication before webmention) #} + {% if mpSyndicateTo %} + + {% endif %} + {# Syndication Footer - shows where this post was also published #} {% if syndication %}