From ce4e93c11062b164c2765d636fa7c55fbadc42c0 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Thu, 10 Jul 2025 10:14:19 -0400 Subject: [PATCH 1/2] replace x icon with bluesky in the footer prompted by a request from @danielskatz in the #website Slack channel Signed-off-by: Chad Dougherty --- _config.yml | 1 + _includes/footer.html | 6 +++--- assets/css/reboot.css | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index e8d4457fe..66eafb586 100644 --- a/_config.yml +++ b/_config.yml @@ -31,6 +31,7 @@ hero_line_two: A community of people who make research software happen. # social media twitter: us_rse +bluesky: us-rse.bsky.social github_org: USRSE github_repo: usrse.github.io linkedin: company/us-rse/ diff --git a/_includes/footer.html b/_includes/footer.html index a470b5145..f1586a3bd 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -25,12 +25,12 @@ Mastodon {% endif %} -{% if site.twitter %} - - Twitter + + Bluesky {% endif %} {% if site.youtube %} Date: Thu, 10 Jul 2025 11:09:13 -0400 Subject: [PATCH 2/2] remove twitter from social media definitions Signed-off-by: Chad Dougherty --- _config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.yml b/_config.yml index 66eafb586..128339d3a 100644 --- a/_config.yml +++ b/_config.yml @@ -30,7 +30,6 @@ hero_line_one: The United States Research Software Engineer Association hero_line_two: A community of people who make research software happen. # social media -twitter: us_rse bluesky: us-rse.bsky.social github_org: USRSE github_repo: usrse.github.io