Skip to content

Commit e9e266f

Browse files
committed
Add Mastodon to management-listing
1 parent fcb5b43 commit e9e266f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

people/listings/management-listing.ejs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,18 @@
3636
<% } %>
3737
<% if (item.social_media.Linkedin) { %>
3838
<li>
39-
<a href="<%= item.social_media.Linkedin %>" target="_blank" aria-label="LinkedIn">
39+
<a href="<%= item.social_media.Linkedin %>" target="_blank" aria-label="Linkedin">
4040
<i class="fa-brands fa-linkedin fa-2xl" aria-hidden="true"></i>
4141
</a>
4242
</li>
4343
<% } %>
44+
<% if (item.social_media.Mastodon) { %>
45+
<li>
46+
<a href="<%= item.social_media.Mastodon %>" target="_blank" aria-label="Mastodon">
47+
<i class="fa-brands fa-mastodon fa-2xl" aria-hidden="true"></i>
48+
</a>
49+
</li>
50+
<% } %>
4451
<% } %>
4552
</ul>
4653
</div>

0 commit comments

Comments
 (0)