Skip to content

Commit

Permalink
Update participant.html
Browse files Browse the repository at this point in the history
add mastodon support
  • Loading branch information
dalbarado authored Jul 14, 2023
1 parent bb588db commit 1ca9c32
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _layouts/participant.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ <h2 class="speaker-position">{{ page.tagline }}</h2>
<i class="fa fa-linkedin"></i>
</a>
{% endif %}
{% if page.mastodon %}
<a href="https://mastodon.social/{{ page.mastodon }}">
<i class="fa fa-mastodon"></i>
</a>
{% endif %}
</div>
<div class="speaker-desc">{{ page.content | markdownify }}</div>

Expand Down Expand Up @@ -85,4 +90,4 @@ <h4 class="speaker-training">Training:
{% include imports/js.html %}
</body>

</html>
</html>

0 comments on commit 1ca9c32

Please sign in to comment.