Skip to content

Commit 53f5d28

Browse files
committed
replace twitter with bluesky
1 parent f3423d8 commit 53f5d28

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ owner_name: the R Contribution Working Group
1212
image: assets/img/Rlogo-white.png
1313
mastodon: https://hachyderm.io/@R_Contributors
1414
mastodon_alt: R Contributors Mastodon profile
15-
twitter: R_Contributors
16-
twitter_alt: R Contributors Twitter profile
15+
bluesky: https://bsky.app/profile/R-Contributors.hachyderm.io.ap.brid.gy
16+
bluesky_alt: R Contributors Bluesky profile
1717
github: r-devel
1818
github_alt: R-devel GitHub organization
1919
navigation:

_layouts/custom.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ <h1>{{ site.title | default: site.github.repository_name }}</h1>
7272
{% else %}
7373
<p>This site is maintained by <a href="{{ site.owner_url }}">{{ site.owner_name }}</a>
7474
<br>
75-
<!-- add link verbatim to try to get verification to work -->
76-
<a rel="me" href="https://hachyderm.io/@R_Contributors">Mastodon</a>
77-
<!-- <a rel="me" href="{{ site.mastodon }}" target="_blank">
78-
<img src="{{ '/assets/img/mastodonlogo.svg' }}" height="20" alt="{{ site.mastodon_alt }}" style="vertical-align:middle;" border="0"></a> -->
79-
<a href="https://twitter.com/{{ site.twitter }}" target="_blank">
80-
<img src="{{ '/assets/img/twitterlogo.png' }}" height="20" alt="{{ site.twitter_alt }}" style="vertical-align:middle;" border="0"></a>
75+
<a rel="me" href="{{ site.mastodon }}" target="_blank">
76+
<img src="{{ '/assets/img/mastodonlogo.svg' }}" height="20" alt="{{ site.mastodon_alt }}" style="vertical-align:middle;" border="0"></a>
77+
<a href="{{ site.bluesky }}" target="_blank">
78+
<img src="{{ '/assets/img/blueskylogo.png' }}" height="20" alt="{{ site.bluesky_alt }}" style="vertical-align:middle;" border="0"></a>
8179
<a href="https://github.com/{{ site.github }}" target="_blank">
8280
<img src="{{ '/assets/img/githublogo.png' }}" height="20" alt="{{ site.github_alt }}" style="vertical-align:middle;" border="0"></a>
8381
</p>

assets/img/blueskylogo.png

4.6 KB
Loading

0 commit comments

Comments
 (0)