1
0
Fork 0
Mailto link doesn't work because of this typo. Cheers
This commit is contained in:
Ofek Gila 2021-01-17 18:46:36 -08:00 committed by GitHub
parent 28f1ac50c2
commit e59e5eab4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{% endif %}
{% if site.data.contact.email %}
<div class="call-email"><strong>Email: </strong>
<a href="mailto:{{ .site.Data.contact.email }}">
<a href="mailto:{{ .site.data.contact.email }}">
{{ site.data.contact.email }}
</a>
</div>