Skip to content

Commit 1fa40b6

Browse files
rsalmondcraigbox
andauthored
add more socials (#16219)
* add more socials * leverage mastodon profile ownership Co-authored-by: Craig Box <[email protected]> * Update i18n/en.toml Co-authored-by: Craig Box <[email protected]> --------- Co-authored-by: Craig Box <[email protected]>
1 parent 60f60ce commit 1fa40b6

File tree

5 files changed

+42
-0
lines changed

5 files changed

+42
-0
lines changed

i18n/en.toml

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ other = "Join the Istio discussion board to participate in discussions and get h
77
[twitter_desc]
88
other = "Follow us on Twitter to get the latest news"
99

10+
[bluesky_desc]
11+
other = "Follow us on Bluesky to get the latest news"
12+
13+
[mastodon_desc]
14+
other = "Follow us on Mastodon to get the latest news"
15+
16+
[linkedin_desc]
17+
other = "Follow us on LinkedIn to get the latest news"
18+
1019
[stackoverflow_desc]
1120
other = "Stack Overflow is where you can ask questions and find curated answers on deploying, configuring, and using Istio"
1221

layouts/partials/footer.html

+13
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,22 @@
1919
{{ partial "icon.html" "stackoverflow" }}
2020
</a>
2121

22+
<a class="channel" title='{{ i18n "linkedin_desc" }}' href="https://www.linkedin.com/company/istio/" aria-label="LinkedIn">
23+
{{ partial "icon.html" "linkedin" }}
24+
</a>
25+
2226
<a class="channel" title='{{ i18n "twitter_desc" }}' href="https://twitter.com/IstioMesh" aria-label="Twitter">
2327
{{ partial "icon.html" "twitter" }}
2428
</a>
29+
30+
<a class="channel" title='{{ i18n "bluesky_desc" }}' href="https://bsky.app/profile/istio.io" aria-label="Bluesky">
31+
{{ partial "icon.html" "bluesky" }}
32+
</a>
33+
34+
<a class="channel" title='{{ i18n "mastodon_desc" }}' href="https://mastodon.social/@istio" aria-label="Mastodon" rel="me">
35+
{{ partial "icon.html" "mastodon" }}
36+
</a>
37+
2538
</div>
2639

2740
<hr class="footer-separator" role="separator"/>

src/icons/bluesky.svg

+7
Loading

src/icons/linkedin.svg

+6
Loading

src/icons/mastodon.svg

+7
Loading

0 commit comments

Comments
 (0)