diff --git a/source/conf.py b/source/conf.py index d39d1c63..0f5173a1 100644 --- a/source/conf.py +++ b/source/conf.py @@ -79,7 +79,7 @@ sd_fontawesome_latex = True locale_dirs = ['locale/'] # path is example but recommended. -gettext_compact = 'docs' # one file +gettext_compact = 'docs' # one file language = "en" # default language myst_substitutions = { @@ -139,9 +139,9 @@ }, "icon_links": [ { - "name": "Twitter", - "url": "https://twitter.com/AvogadroChem", - "icon": "fa-brands fa-square-twitter", + "name": "Bluesky", + "url": "https://bsky.app/profile/avogadro.cc", + "icon": "fa-brands fa-bluesky", }, { "name": "Mastodon", @@ -177,5 +177,3 @@ # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] - -