This commit is contained in:
2025-05-13 14:11:19 -07:00
parent 123cdd90fc
commit 087ce0e6c9
2 changed files with 5 additions and 1 deletions

View File

@@ -19,7 +19,11 @@
<div class="team-member">
<div class="d-flex gap-3">
<div class="left">
<img src="{{ thumbnail }}" alt="{{ title }}" />
{{#if thumbnail}}
<img src="{{ thumbnail }}" alt="{{ title }}" />
{{else}}
<img src="{{#assetUrl user-placeholder.jpg}}" alt="{{ title }}" />
{{/if}}
<a href="mailto:{{ email }}">{{ email }}</a>
{{#if phone_1}}
<a href="tel:{{ phone_1 }}">{{ phone_1 }}</a>