diff --git a/i18n/en.toml b/i18n/en.toml index cb93045cce..68b76eed71 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -7,6 +7,15 @@ other = "Join the Istio discussion board to participate in discussions and get h [twitter_desc] other = "Follow us on Twitter to get the latest news" +[bluesky_desc] +other = "Follow us on Bluesky to get the latest news" + +[mastodon_desc] +other = "Follow us on Mastodon to get the latest news" + +[linkedin_desc] +other = "Follow us on LinkedIn to get the latest news" + [stackoverflow_desc] other = "Stack Overflow is where you can ask questions and find curated answers on deploying, configuring, and using Istio" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 2dd95c97ff..d330ba67c1 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -19,9 +19,22 @@ {{ partial "icon.html" "stackoverflow" }} + + {{ partial "icon.html" "linkedin" }} + + {{ partial "icon.html" "twitter" }} + + + {{ partial "icon.html" "bluesky" }} + + + + {{ partial "icon.html" "mastodon" }} + +