Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions src/components/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ const gitVersion = import.meta.env.GIT_VERSION;
<br />
<a
class="underline whitespace-nowrap"
href="https://twitter.com/europython"
href="https://fosstodon.org/@europython"
>
twitter.com/europython <span> ↗</span>
fosstodon.org/@europython <span> ↗</span>
</a>
<br />
<a
Expand All @@ -78,9 +78,9 @@ const gitVersion = import.meta.env.GIT_VERSION;
<br />
<a
class="underline whitespace-nowrap"
href="https://fosstodon.org/@europython"
href="https://bsky.app/profile/europython.eu"
>
fosstodon.org/@europython <span> ↗</span>
bsky.app/profile/europython.eu <span> ↗</span>
</a>
<br />
<a
Expand All @@ -89,6 +89,13 @@ const gitVersion = import.meta.env.GIT_VERSION;
>
github.com/europython <span> ↗</span>
</a>
<br />
<a
class="underline whitespace-nowrap"
href="https://twitter.com/europython"
>
twitter.com/europython <span> ↗</span>
</a>
</p>
<p class="mb-4" style="color: rgba(255, 255, 255, 0.4)">version: {gitVersion} @ {buildTimestamp}</p>
</div>
Expand Down
3 changes: 1 addition & 2 deletions src/content/pages/contacts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ Follow us on these channels:
- [EuroPython Telegram](https://t.me/+dEi3nIHzGRw0YjQy)
- [EuroPython X Account](https://x.com/europython)

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

### Code of Conduct Report

Expand Down
Loading