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 4c2fe26 commit f59cb74Copy full SHA for f59cb74
2 files changed
src/config/contributors.json
@@ -1829,7 +1829,7 @@
1829
"reviewers"
1830
]
1831
},
1832
- "mastodon": "@hdv@front-end.social",
+ "mastodon": "https://front-end.social/@hdv",
1833
"website": "https://hidde.blog/"
1834
1835
"housseindjirdeh": {
src/templates/base/contributors.html
@@ -328,7 +328,7 @@ <h1 class="title title-lg">
328
</a>
329
{% endif %}
330
{% if contributor.mastodon %}
331
- <a href="https://mastodon.com/{{ contributor.mastodon }}" aria-label="{{ onMastodon(contributor.mastodon) }}">
+ <a href="{{ contributor.mastodon }}" aria-label="{{ onMastodon(contributor.mastodon) }}">
332
<svg width="22" height="22" role="img">
333
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#mastodon-logo"></use>
334
</svg>
0 commit comments