Skip to content

Commit 48dffd0

Browse files
authored
Merge pull request #49594 from chris-short/social-icon-updates
Footer Social Icons
2 parents ff5a1a2 + 7fa4caa commit 48dffd0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

hugo.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,14 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
253253
icon = "fa-brands fa-stack-overflow"
254254

255255
[[params.links.user]]
256-
name_key = "community_x_name"
257-
url = "https://twitter.com/kubernetesio"
258-
icon = "fa-brands fa-twitter"
256+
name_key = "community_linkedin_name"
257+
url = "https://www.linkedin.com/company/kubernetes/"
258+
icon = "fa-brands fa-linkedin"
259+
260+
#[[params.links.user]]
261+
# name_key = "community_x_name"
262+
# url = "https://twitter.com/kubernetesio"
263+
# icon = "fa-brands fa-twitter"
259264
# Replace with fa-x-twitter once available
260265

261266
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.

0 commit comments

Comments
 (0)