Skip to content

Commit

Permalink
add link to VSC LinkedIn to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Aug 30, 2023
1 parent 5ac087d commit 848d3a9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,20 @@
# https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/header-links.html#icon-links
html_navbar_icon_links = [
{
"name": "GitHub",
"name": "VSC in Twitter",
"url": "https://twitter.com/VSC_HPC",
"icon": "_static/fa-square-x-twitter.svg",
"type": "local",
},
{
"name": "VSC in GitHub",
"url": "https://github.com/vscentrum",
"icon": "fa-brands fa-square-github",
},
{
"name": "Twitter",
"url": "https://twitter.com/VSC_HPC",
"icon": "_static/fa-square-x-twitter.svg",
"type": "local",
"name": "VSC in LinkedIn",
"url": "https://www.linkedin.com/company/vschpc",
"icon": "fa-brands fa-linkedin",
},
]

Expand Down

0 comments on commit 848d3a9

Please sign in to comment.