Skip to content

Commit 73b4b7d

Browse files
committed
Use Bluesky instead of Twitter
1 parent 1e51465 commit 73b4b7d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ about_stub: >
3434
3535
about_footer: true
3636

37-
twitter_username: IsaacPhysics
37+
bluesky_username: isaacphysics.org
3838
#github_username: yourgithub
3939
facebook_id: IsaacPhysicsUK
4040

_includes/footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{% include suggestion.html %}
33
{% if page.url == "/about" or paginator.total_pages == 1 or page.url == "/404" %}
44
<div class="container" style="text-align: center; margin-bottom: 20px">
5-
<a target="_blank" class="button" href="https://twitter.com/{{ site.twitter_username }}">
6-
Follow us on Twitter
5+
<a target="_blank" class="button" href="https://bsky.app/profile/{{ site.bluesky_username }}">
6+
Follow us on Bluesky
77
</a>
88
</div>
99
{% endif %}
@@ -15,8 +15,8 @@
1515
</p>
1616
</div>
1717
<div class="alignable pull-right">
18-
<a target="_blank" href="https://twitter.com/{{ site.twitter_username }}" class="button">
19-
@{{ site.twitter_username }}
18+
<a target="_blank" href="https://bsky.app/profile/{{ site.bluesky_username }}" class="button">
19+
@{{ site.bluesky_username }}
2020
</a>
2121
<a href="mailto:{{ site.email }}" class="button">
2222
mail

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<link rel="apple-touch-icon" href="/assets/favicon/apple-touch-icon-76x76.png" sizes="76x76">
3434
<link rel="apple-touch-icon" href="/assets/favicon/apple-touch-icon-precomposed.png">
3535

36-
{% if site.twitter_username %}
37-
<link rel="author" href="https://twitter.com/{{ site.twitter_username }}">
36+
{% if site.bluesky_username %}
37+
<link rel="author" href="https://bsky.app/profile/{{ site.bluesky_username }}">
3838
{% endif %}
3939
<!-- Facebook Open Graph -->
4040
<meta name="og:description" content="{{ desc }}">

0 commit comments

Comments
 (0)