mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 16:44:56 +02:00
The Fediverse button only appeared after the syndication endpoint wrote the syndication array to frontmatter. If the Eleventy watcher missed the second file update (timing race), the button never showed. Now falls back to mpSyndicateTo — which is written at post creation time — to render the button on the first build. Once syndication populates the syndication array, it takes over.