WIP
This commit is contained in:
BIN
assets/user-placeholder.jpg
Normal file
BIN
assets/user-placeholder.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user