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