set mailto automatically in legal and privacy pages
This commit is contained in:
parent
0bb42848d3
commit
e75a8573c1
3 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
email: hola@eyourmail.lol
|
email: hola@somemail.com
|
||||||
address: |-
|
address: |-
|
||||||
Organization name
|
Organization name
|
||||||
Your street
|
Your street
|
||||||
|
|
|
||||||
|
|
@ -10,3 +10,4 @@ layout: page
|
||||||
Edit your details in `_data/personal.yaml`
|
Edit your details in `_data/personal.yaml`
|
||||||
|
|
||||||
{{ personal.address }}
|
{{ personal.address }}
|
||||||
|
{{ personal.email }}
|
||||||
|
|
@ -27,10 +27,10 @@ This website transmits itself using HTTPS, encrypting all data between the brows
|
||||||
|
|
||||||
{{ personal.address }}
|
{{ personal.address }}
|
||||||
|
|
||||||
If you have any questions or doubts, please contact me: <a href="mailto:{{ personal.email }}">{{ personal.email }}</a>.
|
If you have any questions or doubts, please contact me: {{ personal.email }}.
|
||||||
|
|
||||||
**Changes to the policy**
|
**Changes to the policy**
|
||||||
If I change the content of this policy, those changes will be effective at the time I post them here.
|
If I change the content of this policy, those changes will be effective at the time I post them here.
|
||||||
|
|
||||||
**Complaints**
|
**Complaints**
|
||||||
If you have any reason to complain about the way I handle your privacy, please contact me by email: <a href="mailto:{{ personal.email }}">{{ personal.email }}</a>.
|
If you have any reason to complain about the way I handle your privacy, please contact me by email: {{ personal.email }}.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue