Skip to content

Commit

Permalink
Update lab_member_gallery.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccomb authored Jun 6, 2024
1 parent 10359be commit 261d192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/lab_member_gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<div class="archive__item-body">
<h3 class="archive__item-title" style="text-align: center">{{member.first}} {{member.last}}</h3>
<p style="text-align: center">{{ member.role }}{% if member.email %}<br/> <a href="{{ member.email }}">{{ member.email }}</a> {% endif %}</p>
<p style="text-align: center">{{ member.role }}{% if member.email %}<br/> <a href="mailto:{{ member.email }}">{{ member.email }}</a> {% endif %}</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 261d192

Please sign in to comment.