Footer Social Icons
Signed-off-by: Chris "Not So" Short <chrisshort@duck.com>pull/49594/head
parent
18396b2bc7
commit
7fa4caadf7
11
hugo.toml
11
hugo.toml
|
@ -253,9 +253,14 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
|
||||||
icon = "fa-brands fa-stack-overflow"
|
icon = "fa-brands fa-stack-overflow"
|
||||||
|
|
||||||
[[params.links.user]]
|
[[params.links.user]]
|
||||||
name_key = "community_x_name"
|
name_key = "community_linkedin_name"
|
||||||
url = "https://twitter.com/kubernetesio"
|
url = "https://www.linkedin.com/company/kubernetes/"
|
||||||
icon = "fa-brands fa-twitter"
|
icon = "fa-brands fa-linkedin"
|
||||||
|
|
||||||
|
#[[params.links.user]]
|
||||||
|
# name_key = "community_x_name"
|
||||||
|
# url = "https://twitter.com/kubernetesio"
|
||||||
|
# icon = "fa-brands fa-twitter"
|
||||||
# Replace with fa-x-twitter once available
|
# Replace with fa-x-twitter once available
|
||||||
|
|
||||||
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
|
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
|
||||||
|
|
Loading…
Reference in New Issue