Skip to content

Commit f59cb74

Browse files
authored
Fix Mastodon links in contributors page (#3877)
* fix mastodon links * fix: template error
1 parent 4c2fe26 commit f59cb74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/config/contributors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,7 @@
18291829
"reviewers"
18301830
]
18311831
},
1832-
"mastodon": "@hdv@front-end.social",
1832+
"mastodon": "https://front-end.social/@hdv",
18331833
"website": "https://hidde.blog/"
18341834
},
18351835
"housseindjirdeh": {

src/templates/base/contributors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ <h1 class="title title-lg">
328328
</a>
329329
{% endif %}
330330
{% if contributor.mastodon %}
331-
<a href="https://mastodon.com/{{ contributor.mastodon }}" aria-label="{{ onMastodon(contributor.mastodon) }}">
331+
<a href="{{ contributor.mastodon }}" aria-label="{{ onMastodon(contributor.mastodon) }}">
332332
<svg width="22" height="22" role="img">
333333
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#mastodon-logo"></use>
334334
</svg>

0 commit comments

Comments
 (0)