Skip to content

Commit ce57216

Browse files
authored
Add Mastodon icon (#4)
1 parent 143beba commit ce57216

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pymc_sphinx_theme/components/pymc_icon_links.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{%- if not theme_icon_links -%}
22
{%- set theme_icon_links = [
33
{ "url": "https://github.com/pymc-devs", "icon": "fa-brands fa-github", "name": "GitHub" },
4+
{ "url": "https://bayes.club/@pymc", "icon": "fa-brands fa-mastodon", "name": "Mastodon" },
45
{ "url": "https://twitter.com/pymc_devs/", "icon": "fa-brands fa-twitter", "name": "Twitter" },
56
{ "url": "https://www.youtube.com/c/PyMCDevelopers", "icon": "fa-brands fa-youtube", "name": "YouTube" },
67
{ "url": "https://discourse.pymc.io", "icon": "fa-brands fa-discourse", "name": "Discourse" },

0 commit comments

Comments
 (0)