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
This commit is contained in:
@@ -65,7 +65,10 @@ withBlogSidebar: true
|
||||
{{ content | safe }}
|
||||
</div>
|
||||
|
||||
{# 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
|
||||
</details>
|
||||
{% 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 %}
|
||||
<div class="hidden">
|
||||
|
||||
Reference in New Issue
Block a user