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" %}