Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,13 @@
"json_url": "/versions.json",
"version_match": switcher_version,
},
"icon_links": [
{
"name": "Mastodon",
"url": "https://fosstodon.org/@pandas_dev",
"icon": "fa-brands fa-mastodon",
},
],
}

# Add any paths that contain custom themes here, relative to this directory.
Expand Down
5 changes: 5 additions & 0 deletions web/pandas/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@
<i class="fab fa-telegram"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://fosstodon.org/@pandas_dev" rel="me">
<i class="fab fa-mastodon"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/pandas_dev/">
<i class="fab fa-twitter"></i>
Expand Down
5 changes: 5 additions & 0 deletions web/pandas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ <h4>Follow us</h4>
<i class="follow-us-button fab fa-telegram"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://fosstodon.org/@pandas_dev" rel="me">
<i class="follow-us-button fab fa-mastodon"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/pandas_dev/">
<i class="follow-us-button fab fa-twitter"></i>
Expand Down