{%- if not theme_icon_links -%} {%- set theme_icon_links = [ { "url": "https://github.com/pymc-devs", "icon": "fa-brands fa-github", "name": "GitHub" }, { "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" }, ] -%} {%- endif -%} {% extends "navbar-icon-links.html" %}