feat: add link to /ai/ page in AI usage disclosure

The "Learn more about AI usage on this site" link appears when
the AI usage label is clicked/tapped on posts, providing context
about the site's AI transparency policy.

Confab-Link: http://localhost:8080/sessions/956f4251-b4a9-4bc9-b214-53402ad1fe63
This commit is contained in:
Ricardo
2026-03-06 09:23:38 +01:00
parent b9a42b3a73
commit b5d0b684d9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -107,6 +107,7 @@ withSidebar: true
{% if aiDescription %}
<p class="mt-2 text-xs text-surface-500 dark:text-surface-400">{{ aiDescription }}</p>
{% endif %}
<p class="mt-2 text-xs"><a href="/ai/" class="text-accent-600 dark:text-accent-400 hover:underline">Learn more about AI usage on this site &rarr;</a></p>
</aside>
{% endif %}
+1
View File
@@ -85,6 +85,7 @@ withBlogSidebar: true
{% if aiDescription %}
<p class="mt-1 pl-5">{{ aiDescription }}</p>
{% endif %}
<p class="mt-1 pl-5"><a href="/ai/" class="hover:text-accent-600 dark:hover:text-accent-400 underline">Learn more about AI usage on this site</a></p>
</details>
{# Pending syndication targets (for services like IndieNews that require u-syndication before webmention) #}