Skip to content

Commit

Permalink
Replace facebook link in header with discourse
Browse files Browse the repository at this point in the history
The Facebook account is not really used anymore. Also change the order
to put Discourse up front, followed by Github.
  • Loading branch information
sphuber committed Sep 13, 2023
1 parent afb674d commit cb2d908
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,9 @@
],
"icon_links": [
{
"name": "Twitter",
"url": "https://twitter.com/aiidateam",
"icon": "fa-brands fa-square-twitter",
"type": "fontawesome",
},
{
"name": "Facebook",
"url": "https://www.facebook.com/aiidateam",
"icon": "fa-brands fa-square-facebook",
"name": "Discourse",
"url": "https://aiida.discourse.group",
"icon": "fa-brands fa-discourse",
"type": "fontawesome",
},
{
Expand All @@ -67,6 +61,12 @@
"icon": "fa-brands fa-square-github",
"type": "fontawesome",
},
{
"name": "Twitter",
"url": "https://twitter.com/aiidateam",
"icon": "fa-brands fa-square-twitter",
"type": "fontawesome",
},
],
"header_links_before_dropdown": 6,
"show_prev_next": False,
Expand Down

0 comments on commit cb2d908

Please sign in to comment.