Skip to content

Commit 164b035

Browse files
authored
Add icon for discourse and social media section (#602)
* Add icon for discourse and social media section * add header name * update link syntax
1 parent a831b2a commit 164b035

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ languages:
6868
socialmedia:
6969
- link: https://github.com/scipy/scipy
7070
icon: github
71-
- link: https://twitter.com/SciPy_team
72-
icon: twitter
71+
- link: https://discuss.scientific-python.org/c/contributor/scipy/
72+
icon: scientific-python
7373
quicklinks:
7474
column1:
7575
title: ""
@@ -104,3 +104,5 @@ languages:
104104
link: /privacy
105105
- text: Press Kit
106106
link: /press-kit
107+
- text: Social Media
108+
link: /about/#social-media

content/en/about.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,10 @@ development infrastructure:
126126

127127
_This list is ordered by time (most recent contributions first) and was
128128
last updated in January 2022._
129+
130+
<a name="social-media"></a>
131+
132+
## Social Media
133+
134+
- [@scipy on Mastodon](https://mastodon.social/@scipy@fosstodon.org)
135+
- [@SciPy_team on X](https://x.com/scipy_team)

0 commit comments

Comments
 (0)