Skip to content

Commit ceb120e

Browse files
committed
Add Bluesky to footer
1 parent aaa4f52 commit ceb120e

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

src/components/footer.astro

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,23 @@ 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
7373
class="underline whitespace-nowrap"
74-
href="https://linkedin.com/company/europython"
74+
href="https://bsky.app/profile/europython.eu"
7575
>
76-
linkedin.com/company/europython <span> ↗</span>
76+
bsky.app/profile/europython.eu <span> ↗</span>
7777
</a>
7878
<br />
7979
<a
8080
class="underline whitespace-nowrap"
81-
href="https://fosstodon.org/@europython"
81+
href="https://linkedin.com/company/europython"
8282
>
83-
fosstodon.org/@europython <span> ↗</span>
83+
linkedin.com/company/europython <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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +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)
33+
Please use the hashtag [#EuroPython](https://fosstodon.org/tags/EuroPython)
3434
when referring to the conference.
3535

3636
### Code of Conduct Report

0 commit comments

Comments
 (0)