{% set platform = config.extra.repo_icon or repo_url %} {% if "github" in platform %} {% set repo_type = "github" %} {% set repo_icon = "md-source--github" %} {% elif "gitlab" in platform %} {% set repo_type = "gitlab" %} {% set repo_icon = "md-source--gitlab" %} {% elif "bitbucket" in platform %} {% set repo_type = "bitbucket" %} {% set repo_icon = "md-source--bitbucket" %} {% else %} {% set repo_type = "" %} {% set repo_icon = "" %} {% endif %}
{{ repo_name }}