From be0a52dacd3114d97d9429073ea50bad5fb78128 Mon Sep 17 00:00:00 2001 From: madrilene Date: Fri, 24 Oct 2025 17:38:48 +0200 Subject: [PATCH] update accessibility and privacy pages with dynamic last modified date --- src/pages/accessibility.md | 10 +++++----- src/pages/privacy.md | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/pages/accessibility.md b/src/pages/accessibility.md index b050cd5..1165b4a 100644 --- a/src/pages/accessibility.md +++ b/src/pages/accessibility.md @@ -1,9 +1,9 @@ --- title: 'Accessibility Statement' -description: 'Our commitment to digital accessibility and how to report accessibility issues.' -date: 2025-01-09 -layout: page.njk -permalink: /accessibility/ +description: 'Commitment to digital accessibility and how to report accessibility issues.' +date: "Last Modified" +permalink: /accessibility/index.html +layout: page --- Accessibility design is about ensuring equal access for people with disabilities. It is about removing barriers to access. @@ -33,4 +33,4 @@ I very much welcome your feedback and suggestions on the accessibility of this s --- -*Last updated: October 23, 2025* +*Last updated: {{ page.date | formatDate('MMMM D, YYYY') }}* diff --git a/src/pages/privacy.md b/src/pages/privacy.md index d47804c..efedcc2 100644 --- a/src/pages/privacy.md +++ b/src/pages/privacy.md @@ -4,6 +4,7 @@ discover: title: Privacy Policy permalink: /privacy/index.html description: I respect the EU General Data Protection Regulation (GDPR). This policy document explains how I collect and handle any information you provide to me. +date: "Last Modified" layout: page --- @@ -34,3 +35,7 @@ If I change the content of this policy, those changes will be effective at the t **Complaints** If you have any reason to complain about the way I handle your privacy, please contact me by email: {{ personal.email }}. + +--- + +*Last updated: {{ page.date | formatDate('MMMM D, YYYY') }}*