From f62aa09e607acfff13cbfa4e68c01d9ac9bddb76 Mon Sep 17 00:00:00 2001 From: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:51:57 +0700 Subject: [PATCH] update socials to match matrix.org (#2317) Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> --- .../internal/newsfragments/2317.clarification | 1 + config/_default/hugo.toml | 20 ++++++++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 changelogs/internal/newsfragments/2317.clarification diff --git a/changelogs/internal/newsfragments/2317.clarification b/changelogs/internal/newsfragments/2317.clarification new file mode 100644 index 00000000..b6e26797 --- /dev/null +++ b/changelogs/internal/newsfragments/2317.clarification @@ -0,0 +1 @@ +Update the footer social links to match matrix.org. Contributed by @HarHarLinks. diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 76c3f9bb..fd403e34 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -115,11 +115,6 @@ sidebar_menu_compact = true 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" - desc = "Matrix YouTube channel" [[params.links.bottom]] name = "Mastodon" url = "https://mastodon.matrix.org/@matrix" @@ -130,6 +125,21 @@ sidebar_menu_compact = true url = "https://bsky.app/profile/matrix.org" icon = "fab fa-bluesky" desc = "Matrix on Bluesky" +[[params.links.bottom]] + name = "LinkedIn" + url = "https://www.linkedin.com/company/matrix-org/" + icon = "fab fa-linkedin" + desc = "Matrix on LinkedIn" +[[params.links.bottom]] + name = "YouTube" + url = "https://www.youtube.com/channel/UCVFkW-chclhuyYRbmmfwt6w" + icon = "fab fa-youtube" + desc = "Matrix YouTube channel" +[[params.links.bottom]] + name = "Matrix.org Blog Feed" + url = "https://matrix.org/atom.xml" + icon = "fas fa-rss" + desc = "Matrix.org Blog Atom Feed" # configuration for the hugo development server