Merge pull request #30 from ofekih/patch-1

Fix mailto typo
This commit is contained in:
Robert Austin 2021-03-09 11:40:40 +10:00 committed by GitHub
commit 098175aee7
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>