{%- set pymc_icon_links = [ { "url": "https://bayes.club/@pymc", "icon": "fa-brands fa-mastodon", "name": "Mastodon" }, { "url": "https://twitter.com/pymc_devs/", "icon": "fa-brands fa-twitter", "name": "Twitter" }, { "url": "https://www.youtube.com/c/PyMCDevelopers", "icon": "fa-brands fa-youtube", "name": "YouTube" }, { "url": "https://discourse.pymc.io", "icon": "fa-brands fa-discourse", "name": "Discourse" }, ] -%} {%- if not theme_icon_links -%} {%- set theme_icon_links = [{ "url": "https://github.com/pymc-devs", "icon": "fa-brands fa-github", "name": "GitHub" }] + pymc_icon_links -%} {%- else -%} {%- set theme_icon_links = theme_icon_links + pymc_icon_links -%} {%- endif -%} {% extends "navbar-icon-links.html" %}