diff --git a/src/partials/profile.html b/src/partials/profile.html index 1213786..fbfcde6 100644 --- a/src/partials/profile.html +++ b/src/partials/profile.html @@ -9,7 +9,7 @@
{{#if r.location.city}}
{{#if r.location.address}}{{r.location.address}}, {{/if}}{{r.location.city}}{{#if r.location.region}}, {{r.location.region}}{{/if}}{{#if r.location.country}}, {{r.location.country}}{{/if}}
{{/if}} -
{{r.contact.phone}}
+ {{#if r.contact.phone}}
{{r.contact.phone}}
{{/if}}
{{{r.contact.email}}}
{{{r.contact.website}}}