fix email in contacts partial

This commit is contained in:
JuanCanham 2020-02-28 16:40:56 +00:00 committed by GitHub
parent 975c963de7
commit dcbfafeb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<h4><span class="fa fa-fw fa-map-marker"></span>&nbsp;{{r.location.city}}{{#if r.location.region}}, {{r.location.region}}{{/if}}{{#if r.location.country}}, {{r.location.country}}{{/if}}</h4>
{{/if}}
{{#if r.contact.email}}
<h4><span class="fa fa-fw fa-envelope"></span>&nbsp;<a href="mailto:{{r.contact.email}}">{{r.contact.email}}</a></h4>
<h4><span class="fa fa-fw fa-envelope"></span>&nbsp;{{{r.contact.email}}}</h4>
{{/if}}
{{#if r.contact.phone}}
<h4><span class="fa fa-fw fa-phone"></span>&nbsp;{{r.contact.phone}}</h4>