Skip to content

Commit

Permalink
Append new name X to Twitter links
Browse files Browse the repository at this point in the history
  • Loading branch information
yvanzo committed Nov 10, 2023
1 parent 67eb795 commit f8a508a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metabrainz/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<div class="title"><a href="{{ url_for('index.contact') }}">{{ _('Contact us') }}</a></div>
<ul>
<li><a href="https://blog.metabrainz.org/category/metabrainz/">{{ _('Blog') }}</a></li>
<li><a href="https://twitter.com/MetaBrainz">{{ _('Twitter') }}</a></li>
<li><a href="https://twitter.com/MetaBrainz">{{ _('Twitter/X') }}</a></li>
<li><a href="https://mastodon.social/@metabrainz">{{ _('Fediverse/Mastodon') }}</a></li>
<li><a href="https://bsky.app/profile/metabrainz.bsky.social">{{ _('Bluesky') }}</a></li>
<li><a href="https://www.instagram.com/MetaBrainz/">{{ _('Instagram') }}</a></li>
Expand Down
2 changes: 1 addition & 1 deletion metabrainz/templates/index/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h4>{{ _('<span class="name">Robert Kaye</span> &mdash; Executive Director') }}<
<ul class="links">
<li><strong>IRC:</strong> mayhem</li>
<li><strong>GitHub:</strong> <a href="https://github.com/mayhem">mayhem</a></li>
<li><strong>Twitter:</strong> <a href="https://twitter.com/mayhembcn">mayhemBCN</a></li>
<li><strong>Twitter/X:</strong> <a href="https://twitter.com/mayhembcn">mayhemBCN</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit f8a508a

Please sign in to comment.