From e75a8573c1c402bb2f4679136a8272f4ad9bc2f7 Mon Sep 17 00:00:00 2001 From: madrilene Date: Mon, 31 Mar 2025 17:44:37 +0200 Subject: [PATCH] set mailto automatically in legal and privacy pages --- src/_data/personal.yaml | 2 +- src/pages/legal.md | 1 + src/pages/privacy.md | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/_data/personal.yaml b/src/_data/personal.yaml index 0726000..804d7e6 100644 --- a/src/_data/personal.yaml +++ b/src/_data/personal.yaml @@ -1,4 +1,4 @@ -email: hola@eyourmail.lol +email: hola@somemail.com address: |- Organization name Your street diff --git a/src/pages/legal.md b/src/pages/legal.md index bc97310..dacea31 100644 --- a/src/pages/legal.md +++ b/src/pages/legal.md @@ -10,3 +10,4 @@ layout: page Edit your details in `_data/personal.yaml` {{ personal.address }} +{{ personal.email }} \ No newline at end of file diff --git a/src/pages/privacy.md b/src/pages/privacy.md index a4c32ae..d47804c 100644 --- a/src/pages/privacy.md +++ b/src/pages/privacy.md @@ -27,10 +27,10 @@ This website transmits itself using HTTPS, encrypting all data between the brows {{ personal.address }} -If you have any questions or doubts, please contact me: {{ personal.email }}. +If you have any questions or doubts, please contact me: {{ personal.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: {{ personal.email }}. +If you have any reason to complain about the way I handle your privacy, please contact me by email: {{ personal.email }}.