From b5d0b684d94b11a33f6bfad27998034e286b72a2 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Fri, 6 Mar 2026 09:23:38 +0100 Subject: [PATCH] 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 --- _includes/layouts/page.njk | 1 + _includes/layouts/post.njk | 1 + 2 files changed, 2 insertions(+) diff --git a/_includes/layouts/page.njk b/_includes/layouts/page.njk index 5dc14a6..cadc492 100644 --- a/_includes/layouts/page.njk +++ b/_includes/layouts/page.njk @@ -107,6 +107,7 @@ withSidebar: true {% if aiDescription %}

{{ aiDescription }}

{% endif %} +

Learn more about AI usage on this site →

{% endif %} diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index babf064..8e61378 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -85,6 +85,7 @@ withBlogSidebar: true {% if aiDescription %}

{{ aiDescription }}

{% endif %} +

Learn more about AI usage on this site

{# Pending syndication targets (for services like IndieNews that require u-syndication before webmention) #}