Skip to content

Commit

Permalink
WEB: add mastodon links (pandas-dev#52954)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
  • Loading branch information
2 people authored and im-vinicius committed Jul 8, 2023
1 parent 3f18b40 commit acf454b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
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

0 comments on commit acf454b

Please sign in to comment.