Skip to content

Commit acf454b

Browse files
mikixdatapythonista
authored and
im-vinicius
committed
WEB: add mastodon links (pandas-dev#52954)
Co-authored-by: Marc Garcia <[email protected]>
1 parent 3f18b40 commit acf454b

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

doc/source/conf.py

+7
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,13 @@
251251
"json_url": "/versions.json",
252252
"version_match": switcher_version,
253253
},
254+
"icon_links": [
255+
{
256+
"name": "Mastodon",
257+
"url": "https://fosstodon.org/@pandas_dev",
258+
"icon": "fa-brands fa-mastodon",
259+
},
260+
],
254261
}
255262

256263
# Add any paths that contain custom themes here, relative to this directory.

web/pandas/_templates/layout.html

+5
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
<i class="fab fa-telegram"></i>
7575
</a>
7676
</li>
77+
<li class="list-inline-item">
78+
<a href="https://fosstodon.org/@pandas_dev" rel="me">
79+
<i class="fab fa-mastodon"></i>
80+
</a>
81+
</li>
7782
<li class="list-inline-item">
7883
<a href="https://twitter.com/pandas_dev/">
7984
<i class="fab fa-twitter"></i>

web/pandas/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ <h4>Follow us</h4>
7777
<i class="follow-us-button fab fa-telegram"></i>
7878
</a>
7979
</li>
80+
<li class="list-inline-item">
81+
<a href="https://fosstodon.org/@pandas_dev" rel="me">
82+
<i class="follow-us-button fab fa-mastodon"></i>
83+
</a>
84+
</li>
8085
<li class="list-inline-item">
8186
<a href="https://twitter.com/pandas_dev/">
8287
<i class="follow-us-button fab fa-twitter"></i>

0 commit comments

Comments
 (0)