update accessibility and privacy pages with dynamic last modified date

This commit is contained in:
madrilene 2025-10-24 17:38:48 +02:00
parent 99c59b5971
commit be0a52dacd
2 changed files with 10 additions and 5 deletions

View file

@ -1,9 +1,9 @@
--- ---
title: 'Accessibility Statement' title: 'Accessibility Statement'
description: 'Our commitment to digital accessibility and how to report accessibility issues.' description: 'Commitment to digital accessibility and how to report accessibility issues.'
date: 2025-01-09 date: "Last Modified"
layout: page.njk permalink: /accessibility/index.html
permalink: /accessibility/ layout: page
--- ---
Accessibility design is about ensuring equal access for people with disabilities. It is about removing barriers to access. 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') }}*

View file

@ -4,6 +4,7 @@ discover:
title: Privacy Policy title: Privacy Policy
permalink: /privacy/index.html 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. 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 layout: page
--- ---
@ -34,3 +35,7 @@ If I change the content of this policy, those changes will be effective at the t
**Complaints** **Complaints**
If you have any reason to complain about the way I handle your privacy, please contact me by email: {{ personal.email }}. 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') }}*