Skip to content

Commit

Permalink
Merge pull request #385 from OndrejBakan/patch-1
Browse files Browse the repository at this point in the history
fix mastodon link for public members
  • Loading branch information
honzajavorek committed Jan 18, 2024
2 parents 2145223 + 4419225 commit e6aae9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyvecorg/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,12 @@ <h3>{{ members.note.heading }}</h3>
--><span>GitHub</span><!--
--></a>
{% endif %}
{% if member.mastodon %}
<a href="{{ member.mastodon|mastodon_link }}" title="Mastodon" class="icon">
<i class="fa fa-mastodon" aria-hidden="true"></i><!--
--><span>Mastodon</span><!--
--></a>
{% endif %}
{% if member.twitter %}
<a href="https://twitter.com/{{ member.twitter }}" title="Twitter" class="icon">
<i class="fa fa-twitter" aria-hidden="true"></i><!--
Expand Down

0 comments on commit e6aae9d

Please sign in to comment.