From 7f06a0d546c12d293abbdc02861a8f9888c5086f Mon Sep 17 00:00:00 2001 From: Richard Bergsma Date: Sat, 7 Jun 2025 19:41:03 +0200 Subject: [PATCH] Update privacy and terms pages with new modification dates for accuracy - Changed the dateModified to June 7, 2025, for both privacy and terms pages. - Updated the "Last updated" subtitle to reflect the new modification date. --- src/pages/[lang]/privacy.astro | 4 ++-- src/pages/[lang]/terms.astro | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/[lang]/privacy.astro b/src/pages/[lang]/privacy.astro index 8eacb51..2b4ed50 100644 --- a/src/pages/[lang]/privacy.astro +++ b/src/pages/[lang]/privacy.astro @@ -55,14 +55,14 @@ const tocItems = [ '@type': 'Article', headline: 'Privacy Policy', datePublished: '2025-03-06', - dateModified: '2025-03-06', + dateModified: '2025-06-07', }, }} /> - Last updated: March 6, 2025 (Added cookie consent banner) + Last updated: 07 June 2025 diff --git a/src/pages/[lang]/terms.astro b/src/pages/[lang]/terms.astro index 579afb9..f2b8c8a 100644 --- a/src/pages/[lang]/terms.astro +++ b/src/pages/[lang]/terms.astro @@ -54,14 +54,14 @@ const tocItems = [ '@type': 'Article', headline: 'Terms and Conditions', datePublished: '2025-03-06', - dateModified: '2025-03-06', + dateModified: '2025-06-07', }, }} /> - Last updated: March 6, 2025 + Last updated: 07 June 2025