From d8c3b44328b79a0e3d3b9c59dd56914ed981f2a4 Mon Sep 17 00:00:00 2001 From: madrilene Date: Tue, 30 Jan 2024 18:40:26 +0100 Subject: [PATCH] legal and privacy updated --- src/pages/legal.md | 9 ++------- src/pages/privacy.md | 13 +++++-------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/src/pages/legal.md b/src/pages/legal.md index 48edf34..86853f3 100644 --- a/src/pages/legal.md +++ b/src/pages/legal.md @@ -7,11 +7,6 @@ description: Imprint infos layout: page --- -Edit your details in `_data/meta.js` +Edit your details in `_data/personal.yaml` -{{ meta.address.firma }} -{{ meta.address.street }} -{{ meta.address.zip }}, {{ meta.address.city }} - -Tel: {{ meta.address.mobileDisplay }} -Mail: {{ meta.address.email }} +{{ personal.address }} diff --git a/src/pages/privacy.md b/src/pages/privacy.md index e9b1e33..c38c958 100644 --- a/src/pages/privacy.md +++ b/src/pages/privacy.md @@ -7,7 +7,7 @@ description: I respect the EU General Data Protection Regulation (GDPR). This po layout: page --- -Edit your details in `_data/meta.js` +Edit your details in `_data/personal.yaml` I respect the EU General Data Protection Regulation (GDPR) and this policy document explains how I collect and handle any information you provide to me. @@ -24,16 +24,13 @@ Very secure, as this website does not collect any information. This website transmits itself using HTTPS, encrypting all data between the browser and the server. Your network provider can still see that you are downloading assets from this site, but not its content. This also protects you from third parties intercepting data, for example, while browsing on public WiFi, or from network providers injecting advertisements on this site. All relevant response HTTP headers are set for your protection and the Content Security Policy is adjusted to this websites requirements. **Data controller** -{{ meta.address.firma }} -{{ meta.address.street }} -{{ meta.address.zip }}, {{ meta.address.city }} -Tel: {{ meta.address.mobileDisplay }} -Mail: {{ meta.address.email }} -If you have any questions or doubts, please contact me: {{ meta.address.email }} +{{ personal.address }} + +If you have any questions or doubts, please contact me: {{ meta.address.email }} **Changes to the policy** If I change the content of this policy, those changes will be effective at the time I post them here. **Complaints** -If you have any reason to complain about the way I handle your privacy, please contact me by email: {{ meta.address.email }}. +If you have any reason to complain about the way I handle your privacy, please contact me by email: {{ personal.email }}.