We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb5b43 commit e9e266fCopy full SHA for e9e266f
people/listings/management-listing.ejs
@@ -36,11 +36,18 @@
36
<% } %>
37
<% if (item.social_media.Linkedin) { %>
38
<li>
39
-<a href="<%= item.social_media.Linkedin %>" target="_blank" aria-label="LinkedIn">
+<a href="<%= item.social_media.Linkedin %>" target="_blank" aria-label="Linkedin">
40
<i class="fa-brands fa-linkedin fa-2xl" aria-hidden="true"></i>
41
</a>
42
</li>
43
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
+<% } %>
51
52
</ul>
53
</div>
0 commit comments