From 2aae582b79496770dd3e5b82761eb6112c9c8a32 Mon Sep 17 00:00:00 2001 From: svemagie Date: Mon, 20 Apr 2026 16:42:23 +0200 Subject: [PATCH] feat: include Bluesky thread component in post layout --- _includes/layouts/post.njk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index c8cda8c..ab599ca 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -400,5 +400,8 @@ withBlogSidebar: true {# Webmentions display - likes, reposts, replies #} {% include "components/webmentions.njk" %} +{# Bluesky Thread display — direct AT Protocol fetch #} +{% include "components/bluesky-thread.njk" %} + {# Post Navigation - Previous/Next #} {% include "components/post-navigation.njk" %}