{% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %}
{% include ".icons/" ~ icon ~ ".svg" %}
{{ config.repo_name }}
{% set repo = config.extra.repo %}
{% if repo %}
{% if repo.version %}
- {{ repo.version }}
{% endif %}
{% if repo.stars %}
- {{ repo.stars }}
{% endif %}
{% if repo.forks %}
- {{ repo.forks }}
{% endif %}
{% endif %}