From 9d2786c3085f74b19f3e4e57044bb5f750f754a4 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Thu, 5 Mar 2026 15:12:57 +0100 Subject: [PATCH] fix: move AI Usage below reply-context on interaction posts The AI disclosure was appearing between the (often empty) e-content and the unfurl card, breaking the visual flow on likes/replies/reposts. Now renders after the reply-context card. Confab-Link: http://localhost:8080/sessions/648a550c-4f65-46be-b9a9-6b7e0fd90751 --- _includes/layouts/post.njk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 6e11371..b8450ad 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -65,7 +65,10 @@ withBlogSidebar: true {{ content | safe }} - {# AI usage disclosure — collapsed by default #} + {# Rich reply context with h-cite microformat #} + {% include "components/reply-context.njk" %} + + {# AI usage disclosure — collapsed by default, placed after reply context #} {% set aiTextLevel = aiTextLevel or ai_text_level %} {% set aiCodeLevel = aiCodeLevel or ai_code_level %} {% set aiTools = aiTools or ai_tools %} @@ -86,9 +89,6 @@ withBlogSidebar: true {% endif %} - {# 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 %}