diff --git a/doc/source/conf.py b/doc/source/conf.py index d808d60b1ac95..0219c0e4f05ba 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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. diff --git a/web/pandas/_templates/layout.html b/web/pandas/_templates/layout.html index dc91a2932e7e4..94c0493234cf2 100644 --- a/web/pandas/_templates/layout.html +++ b/web/pandas/_templates/layout.html @@ -74,6 +74,11 @@ +
  • + + + +
  • diff --git a/web/pandas/index.html b/web/pandas/index.html index 61f62e9472859..3d2e5363a2a2d 100644 --- a/web/pandas/index.html +++ b/web/pandas/index.html @@ -77,6 +77,11 @@

    Follow us

  • +
  • + + + +