From aa7957c2672255da95745e02734d92de3ef1b403 Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Fri, 4 Sep 2026 16:45:02 +0200 Subject: [PATCH] fix: Align the footer social links with the other Stackable sites The set now matches the stackable.tech footer, which the hub footer also tracks: LinkedIn, GitHub, YouTube and the news feed, in that order, plus Discord. Discord appears on the hub but not on the homepage, so this is the first Stackable footer to carry all five. RSS comes from Font Awesome's solid set rather than brands, and each anchor needs its own aria-label because the svg is aria-hidden and the link has no text. --- ui/build.mjs | 3 +++ ui/src/partials/footer-content.hbs | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/ui/build.mjs b/ui/build.mjs index cf9dcb2cf..f67d60683 100644 --- a/ui/build.mjs +++ b/ui/build.mjs @@ -160,6 +160,9 @@ const icons = { search: 'solid/magnifying-glass', linkedin: 'brands/linkedin', github: 'brands/github', + youtube: 'brands/youtube', + rss: 'solid/rss', + discord: 'brands/discord', link: 'solid/link' }; const symbols = Object.entries(icons).map(([name, faIcon]) => { diff --git a/ui/src/partials/footer-content.hbs b/ui/src/partials/footer-content.hbs index 864539bfa..573cb1e16 100644 --- a/ui/src/partials/footer-content.hbs +++ b/ui/src/partials/footer-content.hbs @@ -63,6 +63,15 @@ + + + + + + + + +