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 }}.