{# The brand marks partials/footer.html draws for theme.social, keyed by the `service` an entry names. Each value carries the service's display name, used as the link's accessible name when an entry does not give its own. Generated from simple-icons@16.32.0 — do not edit. Regenerate with `npm run vendor`; CI fails if this file drifts from the pinned version. The icons are CC0-1.0, dedicated to the public domain by the Simple Icons contributors (https://github.com/simple-icons/simple-icons). The brands they depict are not: each mark remains the trademark of its owner, and showing one claims no affiliation with or endorsement by them. #} {% set SOCIAL_ICONS = { 'github': {'name': 'GitHub', 'svg': ''}, 'gitlab': {'name': 'GitLab', 'svg': ''}, 'codeberg': {'name': 'Codeberg', 'svg': ''}, 'forgejo': {'name': 'Forgejo', 'svg': ''}, 'bitbucket': {'name': 'Bitbucket', 'svg': ''}, 'pypi': {'name': 'PyPI', 'svg': ''}, 'npm': {'name': 'npm', 'svg': ''}, 'docker': {'name': 'Docker', 'svg': ''}, 'mastodon': {'name': 'Mastodon', 'svg': ''}, 'bluesky': {'name': 'Bluesky', 'svg': ''}, 'x': {'name': 'X', 'svg': ''}, 'youtube': {'name': 'YouTube', 'svg': ''}, 'instagram': {'name': 'Instagram', 'svg': ''}, 'facebook': {'name': 'Facebook', 'svg': ''}, 'twitch': {'name': 'Twitch', 'svg': ''}, 'reddit': {'name': 'Reddit', 'svg': ''}, 'discord': {'name': 'Discord', 'svg': ''}, 'matrix': {'name': 'Matrix', 'svg': ''}, 'telegram': {'name': 'Telegram', 'svg': ''}, 'zulip': {'name': 'Zulip', 'svg': ''}, 'stackoverflow': {'name': 'Stack Overflow', 'svg': ''}, 'medium': {'name': 'Medium', 'svg': ''}, 'devdotto': {'name': 'dev.to', 'svg': ''}, 'substack': {'name': 'Substack', 'svg': ''}, 'githubsponsors': {'name': 'GitHub Sponsors', 'svg': ''}, 'opencollective': {'name': 'Open Collective', 'svg': ''}, 'patreon': {'name': 'Patreon', 'svg': ''}, 'kofi': {'name': 'Ko-fi', 'svg': ''}, 'rss': {'name': 'RSS', 'svg': ''}, } %}