Skip to content

Commit 44fb43a

Browse files
authored
Add Bluesky to footer (#1013)
Follow on from #929. Also move X/Twitter to the end (it's time to stop using it, but this is a start).
1 parent aaa4f52 commit 44fb43a

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

src/components/footer.astro

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ const gitVersion = import.meta.env.GIT_VERSION;
6464
<br />
6565
<a
6666
class="underline whitespace-nowrap"
67-
href="https://twitter.com/europython"
67+
href="https://fosstodon.org/@europython"
6868
>
69-
twitter.com/europython <span> ↗</span>
69+
fosstodon.org/@europython <span> ↗</span>
7070
</a>
7171
<br />
7272
<a
@@ -78,9 +78,9 @@ const gitVersion = import.meta.env.GIT_VERSION;
7878
<br />
7979
<a
8080
class="underline whitespace-nowrap"
81-
href="https://fosstodon.org/@europython"
81+
href="https://bsky.app/profile/europython.eu"
8282
>
83-
fosstodon.org/@europython <span> ↗</span>
83+
bsky.app/profile/europython.eu <span> ↗</span>
8484
</a>
8585
<br />
8686
<a
@@ -89,6 +89,13 @@ const gitVersion = import.meta.env.GIT_VERSION;
8989
>
9090
github.com/europython <span> ↗</span>
9191
</a>
92+
<br />
93+
<a
94+
class="underline whitespace-nowrap"
95+
href="https://twitter.com/europython"
96+
>
97+
twitter.com/europython <span> ↗</span>
98+
</a>
9299
</p>
93100
<p class="mb-4" style="color: rgba(255, 255, 255, 0.4)">version: {gitVersion} @ {buildTimestamp}</p>
94101
</div>

src/content/pages/contacts.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Follow us on these channels:
3030
- [EuroPython Telegram](https://t.me/+dEi3nIHzGRw0YjQy)
3131
- [EuroPython X Account](https://x.com/europython)
3232

33-
Please use the hashtag [#EuroPython](https://x.com/hashtag/EuroPython)
34-
when referring to the conference.
33+
Please use the hashtag #EuroPython when referring to the conference.
3534

3635
### Code of Conduct Report
3736

0 commit comments

Comments
 (0)