From bfeaa782107d8b968f1522fc8e91141900c68e82 Mon Sep 17 00:00:00 2001 From: alexisreytech <89283739+alexisreytech@users.noreply.github.com> Date: Thu, 4 Jun 2026 10:28:36 -0500 Subject: [PATCH 1/3] Create new component for AI attribution statement. --- astro/src/components/AICitation.astro | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 astro/src/components/AICitation.astro diff --git a/astro/src/components/AICitation.astro b/astro/src/components/AICitation.astro new file mode 100644 index 00000000..960faa48 --- /dev/null +++ b/astro/src/components/AICitation.astro @@ -0,0 +1,4 @@ +--- +--- + +This content was written with the help of AI. \ No newline at end of file From 9b34011442b4d223241a954817dd0846072f44a2 Mon Sep 17 00:00:00 2001 From: alexisreytech <89283739+alexisreytech@users.noreply.github.com> Date: Thu, 4 Jun 2026 10:31:31 -0500 Subject: [PATCH 2/3] Import and apply new AI citation component to blog post. --- astro/src/content/blogs/2026-matching-campaign.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/astro/src/content/blogs/2026-matching-campaign.mdx b/astro/src/content/blogs/2026-matching-campaign.mdx index d7a4493f..8476e372 100644 --- a/astro/src/content/blogs/2026-matching-campaign.mdx +++ b/astro/src/content/blogs/2026-matching-campaign.mdx @@ -7,6 +7,8 @@ tags: author: rachael-bradley-montgomery --- +import AICitation from "@components/AICitation.astro" + ## Your gift goes twice as far We received great news: A generous supporter has offered to match every dollar we raise up to $5,000. That means whatever you give has double the impact. @@ -33,3 +35,5 @@ You can give any amount. Every gift counts and every dollar gets matched. Give Now & Double your Impact

+ + From b2200d70ebb801e112b84ab85e4d26734eaf4ae2 Mon Sep 17 00:00:00 2001 From: alexisreytech <89283739+alexisreytech@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:51:21 -0500 Subject: [PATCH 3/3] Change "AICitation" to "AIAttribution". --- .../src/components/{AICitation.astro => AIAttribution.astro} | 0 astro/src/content/blogs/2026-matching-campaign.mdx | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename astro/src/components/{AICitation.astro => AIAttribution.astro} (100%) diff --git a/astro/src/components/AICitation.astro b/astro/src/components/AIAttribution.astro similarity index 100% rename from astro/src/components/AICitation.astro rename to astro/src/components/AIAttribution.astro diff --git a/astro/src/content/blogs/2026-matching-campaign.mdx b/astro/src/content/blogs/2026-matching-campaign.mdx index 8476e372..a8f6c17c 100644 --- a/astro/src/content/blogs/2026-matching-campaign.mdx +++ b/astro/src/content/blogs/2026-matching-campaign.mdx @@ -7,7 +7,7 @@ tags: author: rachael-bradley-montgomery --- -import AICitation from "@components/AICitation.astro" +import AIAttribution from "@components/AIAttribution.astro" ## Your gift goes twice as far @@ -35,5 +35,5 @@ You can give any amount. Every gift counts and every dollar gets matched. Give Now & Double your Impact

- +