diff --git a/changelogs/internal/newsfragments/2282.clarification b/changelogs/internal/newsfragments/2282.clarification new file mode 100644 index 00000000..25fafc6f --- /dev/null +++ b/changelogs/internal/newsfragments/2282.clarification @@ -0,0 +1 @@ +Replace the Twitter link in the footer with our BlueSky and Mastodon socials. \ No newline at end of file diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index e773d13e..2fb69279 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -106,25 +106,30 @@ sidebar_menu_compact = true # desc = "Matrix on GitHub" # Custom links shown in the center of the footer. (Only supported by our fork of docsy's 'footer/central' partial.) [[params.links.bottom]] - name = "GitHub" - url = "https://github.com/matrix-org" - icon = "fab fa-github" + name = "GitHub" + url = "https://github.com/matrix-org" + icon = "fab fa-github" desc = "Matrix on GitHub" [[params.links.bottom]] - name = "GitLab" - url = "https://gitlab.matrix.org/matrix-org" - icon = "fab fa-gitlab" + name = "GitLab" + url = "https://gitlab.matrix.org/matrix-org" + icon = "fab fa-gitlab" desc = "Matrix on GitLab" [[params.links.bottom]] - name = "YouTube" - url = "https://www.youtube.com/channel/UCVFkW-chclhuyYRbmmfwt6w" - icon = "fab fa-youtube" + name = "YouTube" + url = "https://www.youtube.com/channel/UCVFkW-chclhuyYRbmmfwt6w" + icon = "fab fa-youtube" desc = "Matrix YouTube channel" [[params.links.bottom]] - name = "Twitter" - url = "https://twitter.com/matrixdotorg" - icon = "fab fa-x-twitter" - desc = "Matrix on Twitter" + name = "Mastodon" + url = "https://mastodon.matrix.org/@matrix" + icon = "fab fa-mastodon" + desc = "Matrix on Mastodon" +[[params.links.bottom]] + name = "Bluesky" + url = "https://bsky.app/profile/matrix.org" + icon = "fab fa-bluesky" + desc = "Matrix on Bluesky" # configuration for the hugo development server