Skip to content

Commit

Permalink
Fix Mastodon links in contributors page (#3877)
Browse files Browse the repository at this point in the history
* fix mastodon links

* fix: template error
  • Loading branch information
therealpecus authored Nov 11, 2024
1 parent 4c2fe26 commit f59cb74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,7 @@
"reviewers"
]
},
"mastodon": "@hdv@front-end.social",
"mastodon": "https://front-end.social/@hdv",
"website": "https://hidde.blog/"
},
"housseindjirdeh": {
Expand Down
2 changes: 1 addition & 1 deletion src/templates/base/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ <h1 class="title title-lg">
</a>
{% endif %}
{% if contributor.mastodon %}
<a href="https://mastodon.com/{{ contributor.mastodon }}" aria-label="{{ onMastodon(contributor.mastodon) }}">
<a href="{{ contributor.mastodon }}" aria-label="{{ onMastodon(contributor.mastodon) }}">
<svg width="22" height="22" role="img">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#mastodon-logo"></use>
</svg>
Expand Down

0 comments on commit f59cb74

Please sign in to comment.