Skip to content

Commit

Permalink
Merge pull request #109 from ghutchis/bsky
Browse files Browse the repository at this point in the history
Switch to link to Bluesky
  • Loading branch information
ghutchis authored Nov 13, 2024
2 parents 242aa14 + beda28a commit a2bf006
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -177,5 +177,3 @@

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']


0 comments on commit a2bf006

Please sign in to comment.